Template Function magic_enum::enum_flags_name

Function Documentation

template<typename E>
auto magic_enum::enum_flags_name(E value, char_type sep = static_cast<char_type>('|')) -> detail::enable_if_t<E, string>