Template Function magic_enum::enum_underlying

Function Documentation

template<typename E>
constexpr auto magic_enum::enum_underlying(E value) noexcept -> detail::enable_if_t<E, underlying_type_t<E>>