Meta-function for detecting traits of member function pointer types.
Declared in <bslmf_memberfunctionpointertraits.h>
template<class t_PROTOTYPE>
struct MemberFunctionPointerTraits
: /* implementation-defined */
This metafunction determines the traits of a member function type, including the type of the object that it is a member of, its result type, and the type of its list of arguments.
| Name | Description |
|---|---|
/* implementation-defined */ | Forward declaration. |