|
Templa 0.0.1-alpha
C++ Metaprogramming Utilities
|
Internal utilities and implementation details. More...
Go to the source code of this file.
Classes | |
| struct | templa::internal::type_list< Ts > |
| A compile-time list of types. More... | |
| struct | templa::internal::type_list< T< Ts... > > |
| Specialization for wrapping a template class parameter pack into a type_list. More... | |
| struct | templa::internal::forward_elements< T, N, elems > |
| Forward a list of elements as a std::array. More... | |
| struct | templa::internal::forward_elements_from< a > |
| Extract elements from a container-like template parameter as a new container. More... | |
| struct | templa::internal::uniform_element_identity< elems > |
| Uniform element identity helper for a list of values. More... | |
Namespaces | |
| Internal utilities and implementation details. | |
Internal utilities and implementation details.