35 #ifndef _BLAZE_UTIL_TYPELIST_APPEND_H_ 36 #define _BLAZE_UTIL_TYPELIST_APPEND_H_ 78 template<
typename... Ts
93 template<
typename... Ts1
97 using Type =
TypeList<Ts1...,Ts2...>;
116 template<
typename TL
Appending a type to a type list.The Append class can be used to append the data type T to a type list...
Definition: Append.h:69
typename Append< TL, T >::Type Append_t
Auxiliary alias declaration for the Append class template.The Append_t alias declaration provides a c...
Definition: Append.h:118
Namespace of the Blaze C++ math library.
Definition: Blaze.h:58
Implementation of a type list.The TypeList class template represents a list of data types of arbitrar...
Definition: TypeList.h:119
Header file for the TypeList class template.