RAD Studio
ContentsIndex
PreviousUpNext
__is_object

Category 

Type Trait Functions 

Syntax  

bool __is_object( typename T)  

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

Defined in Section 3.9 p8 of the Working Draft, essentially: 

!__is_reference(T) && !__is_function(T) && !__is_void(T).

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