Searched defs:to_underlying (Results 1 – 7 of 7) sorted by relevance
71 constexpr std::underlying_type_t<Enum> to_underlying(Enum e) noexcept { in to_underlying() function
31 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI constexpr underlying_type_t<_Tp> to_underlying(_Tp __val) noexc… in to_underlying() function
46 constexpr auto to_underlying(E e) noexcept in to_underlying() function
180 using to_underlying = std::to_underlying; variable184 constexpr std::underlying_type_t<T> to_underlying(T value) noexcept { in to_underlying() function