Home
last modified time | relevance | path

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

/llvm-project/libcxx/include/__utility/
H A Dto_underlying.h31 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI constexpr underlying_type_t<_Tp> to_underlying(_Tp __val) noexc… in to_underlying() function
/llvm-project/llvm/include/llvm/ADT/
H A DSTLForwardCompat.h66 [[nodiscard]] constexpr std::underlying_type_t<Enum> to_underlying(Enum E) { in to_underlying() function