Searched defs:MyBoolExplicit (Results 1 – 2 of 2) sorted by relevance
47 struct MyBoolExplicit { struct49 constexpr explicit MyBoolExplicit(bool v) : value(v) {} in MyBoolExplicit() argument56 inline constexpr MyBoolExplicit operator==(const ComparesToMyBoolExplicit& LHS, const ComparesToMyB… in operator ==() argument
46 struct MyBoolExplicit { struct48 constexpr explicit MyBoolExplicit(bool v) : value(v) {} in MyBoolExplicit() function55 inline constexpr MyBoolExplicit operator==(const ComparesToMyBoolExplicit& LHS, const ComparesToMyB… in operator ==() argument