35 #ifndef _BLAZE_UTIL_TYPELIST_CONTAINSRELATED_H_ 36 #define _BLAZE_UTIL_TYPELIST_CONTAINSRELATED_H_ 99 template<
typename T >
116 :
public If_t< IsConvertible_v<T,U>
118 , ContainsRelated< TypeList<Ts...>, T > >
137 template<
typename TL
typename If< Condition, T1, T2 >::Type If_t
Auxiliary alias template for the If class template.The If_t alias template provides a convenient shor...
Definition: If.h:109
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
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.
constexpr bool ContainsRelated_v
Auxiliary variable template for the ContainsRelated type trait.The ContainsRelated_v variable templat...
Definition: ContainsRelated.h:139
Header file for the TypeList class template.
Header file for the IntegralConstant class template.