RAD Studio
ContentsIndex
PreviousUpNext
__is_member_function_pointer

Category 

Type Trait Functions 

Syntax 

bool __is_member_function_pointer( typename T ) 

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

Returns false for a pointer-to-data member. 

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!