| 126 | /** Creates a functor for MetaEnum::flagsToString and a specific lookup table. */ |
| 127 | template<typename T, std::size_t N> |
| 128 | detail::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 |
no outgoing calls