Searched refs:ComparesToMyBool (Results 1 – 1 of 1) sorted by relevance
92 struct ComparesToMyBool { struct95 inline constexpr MyBool operator==(const ComparesToMyBool& LHS, const ComparesToMyBool& RHS) noexce… in operator ==() argument98 inline constexpr MyBool operator!=(const ComparesToMyBool& LHS, const ComparesToMyBool& RHS) noexce… in operator !=()101 inline constexpr MyBool operator<(const ComparesToMyBool& LHS, const ComparesToMyBool& RHS) noexcep… in operator <()104 inline constexpr MyBool operator<=(const ComparesToMyBool& LHS, const ComparesToMyBool& RHS) noexce… in operator <=()107 inline constexpr MyBool operator>(const ComparesToMyBool& LHS, const ComparesToMyBool& RHS) noexcep… in operator >()110 inline constexpr MyBool operator>=(const ComparesToMyBool& LHS, const ComparesToMyBool& RHS) noexce… in operator >=()156 test_equality_basic<ComparesToMyBool, int>(); in test_equality()157 test_equality_basic<int, ComparesToMyBool>(); in test_equality()158 test_equality_basic<ComparesToMyBool, ComparesToMyBool>(); in test_equality()[all …]