35 #ifndef _BLAZE_UTIL_TYPELIST_CONTAINSRELATED_H_ 36 #define _BLAZE_UTIL_TYPELIST_CONTAINSRELATED_H_ 100 template<
typename T >
117 :
public If_< IsConvertible<T,U>
119 , ContainsRelated< 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
Header file for the If class template.
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 IsConvertible type trait.
typename If< T1, T2, T3 >::Type If_
Auxiliary alias declaration for the If class template.The If_ alias declaration provides a convenient...
Definition: If.h:154
Header file for the TypeList class template.
Header file for the TrueType type/value trait base class.