blaze::Rank< T > Struct Template Reference

Compile time check for array ranks.This type trait determines the rank of the given template argument. In case the given type is an array type, the nested value member enumeration is set to the number of dimensions of T. Otherwise value is set to 0. More...

#include <Rank.h>

Detailed Description

template<typename T>
struct blaze::Rank< T >

Compile time check for array ranks.

This type trait determines the rank of the given template argument. In case the given type is an array type, the nested value member enumeration is set to the number of dimensions of T. Otherwise value is set to 0.


The documentation for this struct was generated from the following file: