RAD Studio
ContentsIndex
PreviousUpNext
__is_array

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.

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!