MCPcopy Create free account
hub / github.com/KDAB/GammaRay / enumToString_fn

Function enumToString_fn

core/metaenum.h:121–124  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

119/** Creates a functor for MetaEnum::enumToString and a specific lookup table. */
120template<typename T, std::size_t N>
121detail::enum_to_string_functor<T, N> enumToString_fn(const Value<T> (&lookupTable)[N])
122{
123 return detail::enum_to_string_functor<T, N>(lookupTable);
124}
125
126/** Creates a functor for MetaEnum::flagsToString and a specific lookup table. */
127template<typename T, std::size_t N>

Callers 1

Calls

no outgoing calls

Tested by 1