MCPcopy Create free account
hub / github.com/Neargye/magic_enum / enum_name

Function enum_name

include/magic_enum/magic_enum.hpp:248–250  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

246// If need custom names for enum, add specialization enum_name for necessary enum type.
247template <typename E>
248constexpr customize_t enum_name(E) noexcept {
249 return default_tag;
250}
251
252// If need custom type name for enum, add specialization enum_type_name for necessary enum type.
253template <typename E>

Callers 13

mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
test_wchar_t.cppFile · 0.85
test_flags.cppFile · 0.85
test.cppFile · 0.85
test_nonascii.cppFile · 0.85
test_aliases.cppFile · 0.85
operator()Method · 0.85
operator()Method · 0.85

Calls 3

emptyMethod · 0.45
sizeMethod · 0.45
strMethod · 0.45

Tested by

no test coverage detected