tetl 0.1.0
Embedded Template Library
Loading...
Searching...
No Matches
rank.hpp File Reference

Go to the source code of this file.

Classes

struct  rank< T >
 If Type is an array type, provides the member constant value equal to the number of dimensions of the array. For any other type, value is 0. The behavior of a program that adds specializations for rank or rank_v is undefined. More...
 
struct  rank< T[]>
 
struct  rank< T[N]>
 

Namespaces

namespace  etl
 

Variables

template<typename Type>
constexpr size_t rank_v = rank<Type>::value