Home
last modified time | relevance | path

Searched refs:e_bool (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/libcxx/test/std/utilities/utility/utility.underlying/
H A Dto_underlying.pass.cpp33 enum class e_bool : std::uint8_t { f = 0, t = 1 }; enum
38 e_bool e3 : 1;
72 bf.e3 = e_bool::t; in test()