Searched defs:MyBoolExplicit (Results 1 – 1 of 1) sorted by relevance
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