Home
last modified time | relevance | path

Searched defs:MyBoolExplicit (Results 1 – 1 of 1) sorted by relevance

/llvm-project/libcxx/test/std/utilities/variant/variant.relops/
H A Drelops_bool_conv.verify.cpp45 struct MyBoolExplicit { struct
47 constexpr explicit MyBoolExplicit(bool v) : value(v) {} in MyBoolExplicit() argument
54 inline constexpr MyBoolExplicit operator==(const ComparesToMyBoolExplicit& LHS, const ComparesToMyB… in operator ==() argument