Template Function magic_enum::enum_name(E)
Defined in File magic_enum.hpp
Function Documentation
-
template<typename E, detail::enum_subtype S = detail::subtype_v<E>>
constexpr auto magic_enum::enum_name(E value) noexcept -> detail::enable_if_t<E, string_view>