35#ifndef _BLAZE_UTIL_TYPELIST_CONTAINSRELATED_H_
36#define _BLAZE_UTIL_TYPELIST_CONTAINSRELATED_H_
116 :
public If_t< IsConvertible_v<T,U>
118 , ContainsRelated< TypeList<Ts...>, T > >
Header file for the If class template.
Header file for the IntegralConstant class template.
Header file for the IsConvertible type trait.
constexpr bool ContainsRelated_v
Auxiliary variable template for the ContainsRelated type trait.
Definition: ContainsRelated.h:139
typename If< Condition >::template Type< T1, T2 > If_t
Auxiliary alias template for the If class template.
Definition: If.h:108
Generic wrapper for a compile time constant integral value.
Definition: IntegralConstant.h:74
Implementation of a type list.
Definition: TypeList.h:120
Header file for the TypeList class template.