35 #ifndef _BLAZE_UTIL_TYPELIST_INDEXOF_H_ 36 #define _BLAZE_UTIL_TYPELIST_INDEXOF_H_ 84 template<
typename T >
115 :
public SizeT< 1UL + IndexOf< TypeList<Ts...>, T >::value >
Header file for the SizeT class template.
Namespace of the Blaze C++ math library.
Definition: Blaze.h:58
Implementation of a type list.The TypeList class template represents a list of data types of arbitrar...
Definition: TypeList.h:119
Compile time integral constant wrapper for size_t.The SizeT class template represents an integral wra...
Definition: SizeT.h:72
Header file for the TypeList class template.
Searching a type list.The IndexOf class can be used to search the type list for a particular type Typ...
Definition: IndexOf.h:75