35#ifndef _BLAZE_UTIL_TYPELIST_INDEXOF_H_
36#define _BLAZE_UTIL_TYPELIST_INDEXOF_H_
114struct IndexOf< TypeList<U,Ts...>, T >
115 :
public Size_t< 1UL + IndexOf< TypeList<Ts...>, T >::value >
Header file for the IntegralConstant class template.
constexpr size_t IndexOf_v
Auxiliary variable template for the IndexOf type trait.
Definition: IndexOf.h:136
IntegralConstant< size_t, N > Size_t
Compile time integral constant wrapper for size_t.
Definition: IntegralConstant.h:258
Searching a type list.
Definition: IndexOf.h:75
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.