Searched refs:equality_comparable_with_ec1 (Results 1 – 5 of 5) sorted by relevance
18 struct equality_comparable_with_ec1;45 friend bool operator==(explicit_operators const&, equality_comparable_with_ec1 const&) noexcept;46 friend bool operator==(equality_comparable_with_ec1 const&, explicit_operators const&) noexcept;47 friend bool operator!=(explicit_operators const&, equality_comparable_with_ec1 const&) noexcept;48 friend bool operator!=(equality_comparable_with_ec1 const&, explicit_operators const&) noexcept;79 struct equality_comparable_with_ec1 { struct80 bool operator==(equality_comparable_with_ec1) const noexcept;81 bool operator!=(equality_comparable_with_ec1) const noexcept;
106 static_assert(std::equality_comparable<equality_comparable_with_ec1>);
1102 static_assert(check_equality_comparable_with<equality_comparable_with_ec1,1103 equality_comparable_with_ec1>());1107 equality_comparable_with_ec1>());
131 static_assert(!std::totally_ordered<equality_comparable_with_ec1>);
1062 static_assert(!check_totally_ordered_with<equality_comparable_with_ec1,1063 equality_comparable_with_ec1>());1067 equality_comparable_with_ec1>());