Searched defs:MyBoolExplicit (Results 1 – 3 of 3) 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
45 struct MyBoolExplicit { struct47 constexpr explicit MyBoolExplicit(bool v) : value(v) {} in MyBoolExplicit() argument54 inline constexpr MyBoolExplicit operator==(const ComparesToMyBoolExplicit& LHS, const ComparesToMyB… in operator ==() argument