__is_member_function_pointer

From RAD Studio
Jump to: navigation, search

Go Up to Type Trait Functions (C++11) Index


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.

See Also