RAD Studio
ContentsIndex
PreviousUpNext
__is_compound

Category 

Type Trait Functions 

Syntax 

bool __is_compound( typename T ) 

Returns true if and only if T is a compound type.. 

A compound type is essentially one item from the following list:

  • array
  • function
  • pointer
  • pointer-to-member
  • reference
  • class
  • union
  • enumeration
Compound types are defined in Section 3.92 of the Working Draft.

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