Home
last modified time | relevance | path

Searched refs:enum_c (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.cpp28 enum e_non_class { enum_a = 10, enum_b = 11, enum_c = 12 }; enumerator
65 assert(12 == std::to_underlying(enum_c)); in test()