Templa 0.0.1-alpha
C++ Metaprogramming Utilities
|
Appends 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< Initial, Ts... > | |
using | type |
Type alias for the internal pack of types. | |
Static Public Attributes inherited from templa::internal::type_list< Initial, Ts... > | |
static constexpr size_t | size |
Number of types in the list. |
Appends types or type lists to an existing type list.
Initial | Initial types or a type list to append to. |
Ts | Types to append. |