35 #ifndef _BLAZE_UTIL_TYPELIST_CONTAINS_H_ 36 #define _BLAZE_UTIL_TYPELIST_CONTAINS_H_ 87 template<
typename T >
118 :
public Contains< TypeList<Ts...>, T >
Header file for the FalseType type/value trait base class.
Generic wrapper for a compile time constant integral value.The IntegralConstant class template repres...
Definition: IntegralConstant.h:71
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.
Searching a type list.The Contains class can be used to search the type list for a particular type Ty...
Definition: Contains.h:78
Header file for the TrueType type/value trait base class.