35#ifndef _BLAZE_UTIL_TYPELIST_APPEND_H_
36#define _BLAZE_UTIL_TYPELIST_APPEND_H_
78template<
typename... Ts
93template<
typename... Ts1
97 using Type =
TypeList<Ts1...,Ts2...>;
typename Append< TL, T >::Type Append_t
Auxiliary alias declaration for the Append class template.
Definition: Append.h:118
Appending a type to a type list.
Definition: Append.h:69
Implementation of a type list.
Definition: TypeList.h:120
Header file for the TypeList class template.