35#ifndef _BLAZE_UTIL_TYPELIST_CONTAINS_H_
36#define _BLAZE_UTIL_TYPELIST_CONTAINS_H_
116struct Contains< TypeList<U,Ts...>, T >
117 :
public Contains< TypeList<Ts...>, T >
Header file for the IntegralConstant class template.
constexpr bool Contains_v
Auxiliary variable template for the Contains type trait.
Definition: Contains.h:138
Searching a type list.
Definition: Contains.h:77
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.