RAD Studio
ContentsIndex
PreviousUpNext
__array_extent

Category 

Type Trait Functions 

Syntax 

unsigned int __array_extent( typename T, unsigned intI ) 

Returns: If T is not an array type, or if it has rank less than I, or if I is 0 and T has type “array of unknown bound of U”, then 0; otherwise, the size of the I’th dimension of T.

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