Searched defs:to_underlying (Results 1 – 5 of 5) sorted by relevance
19 constexpr std::underlying_type_t<EnumT> to_underlying(EnumT e) noexcept { in to_underlying() function
33 to_underlying(_Tp __val) noexcept { 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
3030 std::underlying_type<PrefetchReuseState>::type to_underlying( in to_underlying() function