Searched refs:equality_comparable_with_ec1 (Results 1 – 5 of 5) sorted by relevance
19 struct equality_comparable_with_ec1;46 friend bool operator==(explicit_operators const&, equality_comparable_with_ec1 const&) noexcept;47 friend bool operator==(equality_comparable_with_ec1 const&, explicit_operators const&) noexcept;48 friend bool operator!=(explicit_operators const&, equality_comparable_with_ec1 const&) noexcept;49 friend bool operator!=(equality_comparable_with_ec1 const&, explicit_operators const&) noexcept;80 struct equality_comparable_with_ec1 { struct81 bool operator==(equality_comparable_with_ec1) const noexcept;82 bool operator!=(equality_comparable_with_ec1) const noexcept;
106 static_assert(std::equality_comparable<equality_comparable_with_ec1>);
1099 static_assert(check_equality_comparable_with<equality_comparable_with_ec1,1100 equality_comparable_with_ec1>());1104 equality_comparable_with_ec1>());
129 static_assert(!std::totally_ordered<equality_comparable_with_ec1>);
636 static_assert(!check_totally_ordered_with<equality_comparable_with_ec1, equality_comparable_with_ec1>());638 static_assert(!check_totally_ordered_with<explicit_operators, equality_comparable_with_ec1>());