RAD Studio
ContentsIndex
PreviousUpNext
__is_member_object_pointer

Category 

Type Trait Functions 

Syntax  

bool __is_member_object_pointer( typename T ) 

Returns true if and only if T is a pointer-to-data-member type. 

Returns false for pointer-to-member-function. 

Returns false for a regular object pointer.

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