Searched defs:ConvertibleToBool (Results 1 – 3 of 3) sorted by relevance
518 struct ConvertibleToBool { in test() struct519 bool b; in test()520 constexpr operator bool() const { return b; } in test()
544 struct ConvertibleToBool { in test() struct545 bool b; in test()546 constexpr operator bool() const { return b; } in test()
537 struct ConvertibleToBool { test() struct 538 btest::ConvertibleToBool test() argument 539 operator booltest::ConvertibleToBool test() argument