35#ifndef _BLAZE_UTIL_TYPELIST_UNIQUE_H_
36#define _BLAZE_UTIL_TYPELIST_UNIQUE_H_
72template<
typename TL >
124template<
typename TL >
Header file for the Append class template.
Header file for the Erase class template.
typename Unique< TL >::Type Unique_t
Auxiliary alias declaration for the Unique class template.
Definition: Unique.h:125
Appending a type to a type list.
Definition: Append.h:69
Erasing the first occurrence of a type from a type list.
Definition: Erase.h:74
Implementation of a type list.
Definition: TypeList.h:120
Erasing all duplicates from a type list.
Definition: Unique.h:73
Header file for the TypeList class template.