Templa 0.0.1-alpha
C++ Metaprogramming Utilities
Loading...
Searching...
No Matches
templa::type_list_prepend< Initial, Preps > Struct Template Reference

Prepends types or type lists to an existing type list. More...

#include <type_list.hpp>

Inheritance diagram for templa::type_list_prepend< Initial, Preps >:
templa::internal::type_list< Preps..., Initial >

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.

Detailed Description

template<typename Initial, typename... Preps>
struct templa::type_list_prepend< Initial, Preps >

Prepends types or type lists to an existing type list.

Template Parameters
InitialInitial types or a type list to prepend to.
PrepsTypes to prepend.

The documentation for this struct was generated from the following file: