35 #ifndef _BLAZE_UTIL_TYPELIST_LENGTH_H_ 36 #define _BLAZE_UTIL_TYPELIST_LENGTH_H_ 70 template<
typename TL >
80 template<
typename... Ts >
82 :
public Size_t< sizeof...( Ts ) >
101 template<
typename TL >
constexpr size_t Length_v
Auxiliary variable template for the Length type trait.The Length_v variable template provides a conve...
Definition: Length.h:102
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
Implementation of a type list.The TypeList class template represents a list of data types of arbitrar...
Definition: TypeList.h:119
Calculating the length of a type list.The Length class can be used to obtain the length of a type lis...
Definition: Length.h:71
Header file for the TypeList class template.
Header file for the IntegralConstant class template.