35 #ifndef _BLAZE_UTIL_TYPETRAITS_RANK_H_
36 #define _BLAZE_UTIL_TYPETRAITS_RANK_H_
72 template<
typename T >
87 template<
typename T >
102 template<
typename T,
unsigned int N >
108 enum { value = 1 + Rank<T>::value };
Header file for the FalseType type/value trait base class.
Compile time check for array ranks.This type trait determines the rank of the given template argument...
Definition: Rank.h:73
Header file for the TrueType type/value trait base class.