Skip to content

Function is_equal

function is_equal(const T1 &, const T2 &) meta

template <typename T1, typename T2>
KFR_INTRINSIC constexpr bool is_equal(const T1& x, const T2& y) noexcept(noexcept(x == y)) { … }

Returns

true if x == y

Fully qualified name: kfr::is_equal(const T1 &, const T2 &)

Declared at meta.hpp:1141

This file was generated by cxxdox, a C++ documentation generator based on MkDocs Material and libclang.