Searched defs:relaxed_equal (Results 1 – 1 of 1) sorted by relevance
17 struct relaxed_equal { struct19 constexpr auto impl(const T& t, const U& u, priority<1>) const noexcept in impl()26 constexpr bool impl(const T&, const U&, priority<0>) const noexcept { in impl()32 constexpr bool impl(const T&, const T&, priority<0>) const noexcept { in impl()37 constexpr bool operator()(const T& t, const U& u) const noexcept { in operator ()()