Templa 0.0.1-alpha
C++ Metaprogramming Utilities
|
Prepends types or type lists to an existing type list. More...
#include <type_list.hpp>
Additional Inherited Members | |
Public Types inherited from templa::internal::type_list< Preps..., Initial > | |
using | type |
Type alias for the internal pack of types. | |
Static Public Attributes inherited from templa::internal::type_list< Preps..., Initial > | |
static constexpr size_t | size |
Number of types in the list. |
Prepends types or type lists to an existing type list.
Initial | Initial types or a type list to prepend to. |
Preps | Types to prepend. |