Searched defs:CustomEquality (Results 1 – 2 of 2) sorted by relevance
39 struct CustomEquality { struct40 friend constexpr bool operator==(const CustomEquality&, int) noexcept { return true; } in operator ==()41 friend constexpr bool operator<(const CustomEquality&, int) noexcept { return false; } in operator <()42 friend constexpr bool operator<(int, const CustomEquality&) noexcept { return false; } in operator <()
32 struct CustomEquality { struct33 friend constexpr bool operator==(const CustomEquality&, int) noexcept { return true; } in operator ==()34 friend constexpr bool operator<(const CustomEquality&, int) noexcept { return false; } in operator <()35 friend constexpr bool operator<(int, const CustomEquality&) noexcept { return false; } in operator <()