__array_rank

From RAD Studio
Jump to: navigation, search

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..

See Also