35 #ifndef _BLAZE_UTIL_TYPELIST_UNIQUE_H_ 36 #define _BLAZE_UTIL_TYPELIST_UNIQUE_H_ 72 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
Erasing the first occurrence of a type from a type list.The Erase class can be used to erase the firs...
Definition: Erase.h:74
Namespace of the Blaze C++ math library.
Definition: Blaze.h:58
Header file for the Erase class template.
Implementation of a type list.The TypeList class template represents a list of data types of arbitrar...
Definition: TypeList.h:119
Erasing all duplicates from a type list.The Unique class can be used to erase all duplicates from a t...
Definition: Unique.h:73
Header file for the TypeList class template.
Header file for the Append class template.