35 #ifndef _BLAZE_UTIL_TYPELIST_CONTAINS_H_ 36 #define _BLAZE_UTIL_TYPELIST_CONTAINS_H_ 86 template<
typename T >
116 struct Contains< TypeList<U,Ts...>, T >
117 :
public Contains< TypeList<Ts...>, T >
136 template<
typename TL
Generic wrapper for a compile time constant integral value.The IntegralConstant class template repres...
Definition: IntegralConstant.h:72
Namespace of the Blaze C++ math library.
Definition: Blaze.h:58
constexpr bool Contains_v
Auxiliary variable template for the Contains type trait.The Contains_v variable template provides a c...
Definition: Contains.h:138
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.
Header file for the IntegralConstant 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:77