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

Function flagsToString_fn

core/metaenum.h:128–131  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

126/** Creates a functor for MetaEnum::flagsToString and a specific lookup table. */
127template<typename T, std::size_t N>
128detail::flags_to_string_functor<T, N> flagsToString_fn(const Value<T> (&lookupTable)[N])
129{
130 return detail::flags_to_string_functor<T, N>(lookupTable);
131}
132
133} // MetaEnum
134} // GammaRay

Callers 1

Calls

no outgoing calls

Tested by 1