35#ifndef _BLAZE_UTIL_TYPELIST_LENGTH_H_
36#define _BLAZE_UTIL_TYPELIST_LENGTH_H_
70template<
typename TL >
80template<
typename... Ts >
82 :
public Size_t< sizeof...( Ts ) >
101template<
typename TL >
Header file for the IntegralConstant class template.
constexpr size_t Length_v
Auxiliary variable template for the Length type trait.
Definition: Length.h:102
Generic wrapper for a compile time constant integral value.
Definition: IntegralConstant.h:74
Calculating the length of a type list.
Definition: Length.h:71
Implementation of a type list.
Definition: TypeList.h:120
Header file for the TypeList class template.