RAD Studio
ContentsIndex
PreviousUpNext
__is_enum

Category 

Type Trait Functions 

Usage: bool _is_enum ( typename T ) 

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

Returns true for the C++0x strongly typed enums as well. 

Returns false for reference/pointer to enum type.

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