__array_rank
Go Up to Type Trait Functions (C++11) Index
Category
Type Trait Functions
Syntax
unsigned int __array_rank( typename T )
Returns: If T names an array type, an integer representing the number of dimensions of T; otherwise, 0..
Go Up to Type Trait Functions (C++11) Index
Category
Type Trait Functions
Syntax
unsigned int __array_rank( typename T )
Returns: If T names an array type, an integer representing the number of dimensions of T; otherwise, 0..