35#ifndef _BLAZE_UTIL_TYPETRAITS_RANK_H_
36#define _BLAZE_UTIL_TYPETRAITS_RANK_H_
92template<
typename T,
unsigned int N >
94 :
public IntegralConstant<size_t,1UL+Rank<T>::value>
113template<
typename T >
Header file for the IntegralConstant class template.
constexpr size_t Rank_v
Auxiliary variable template for the Rank type trait.
Definition: Rank.h:114
Generic wrapper for a compile time constant integral value.
Definition: IntegralConstant.h:74
Compile time check for array ranks.
Definition: Rank.h:74