Templa 0.0.1-alpha
C++ Metaprogramming Utilities
|
Recursively flattens nested type_lists into a single flat type_list. More...
Recursively flattens nested type_lists into a single flat type_list.
Given arbitrarily nested type_list<Ts...>
structures, this metafunction produces a single-level type list containing all inner types.