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

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

#include <type_list.hpp>

Inheritance diagram for templa::type_list_append< Initial, Ts >:
templa::internal::type_list< Initial, Ts... >

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.

Detailed Description

template<typename Initial, typename... Ts>
struct templa::type_list_append< Initial, Ts >

Appends types or type lists to an existing type list.

Template Parameters
InitialInitial types or a type list to append to.
TsTypes to append.

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