__is_array

From RAD Studio
Jump to: navigation, search

Go Up to Type Trait Functions (C++11) Index


Category

Type Trait Functions

Syntax

bool __is_array( typename T )

Returns true if and only if T is an array type.

Note: False for decayed pointer-to-array and reference to array; true for array-of-unknown bounds.

See Also