Searched refs:ComparesToMyBool (Results 1 – 1 of 1) sorted by relevance
94 struct ComparesToMyBool { struct97 inline constexpr MyBool operator==(const ComparesToMyBool& LHS, const ComparesToMyBool& RHS) noexce… in operator ==() argument100 inline constexpr MyBool operator!=(const ComparesToMyBool& LHS, const ComparesToMyBool& RHS) noexce… in operator !=()103 inline constexpr MyBool operator<(const ComparesToMyBool& LHS, const ComparesToMyBool& RHS) noexcep… in operator <()106 inline constexpr MyBool operator<=(const ComparesToMyBool& LHS, const ComparesToMyBool& RHS) noexce… in operator <=()109 inline constexpr MyBool operator>(const ComparesToMyBool& LHS, const ComparesToMyBool& RHS) noexcep… in operator >()112 inline constexpr MyBool operator>=(const ComparesToMyBool& LHS, const ComparesToMyBool& RHS) noexce… in operator >=()158 test_equality_basic<ComparesToMyBool, int>(); in test_equality()159 test_equality_basic<int, ComparesToMyBool>(); in test_equality()160 test_equality_basic<ComparesToMyBool, ComparesToMyBool>(); in test_equality()[all …]