RAD Studio
ContentsIndex
PreviousUpNext
__is_union

Category 

Type Trait Functions 

Syntax  

bool __is_union( typename T ) 

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

Note: unions are class types declared with the class-key union. 

Returns false for reference/pointer to union type.

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