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.
Declared in <bslmf_memberfunctionpointertraits.h>
template<class t_PROTOTYPE>
struct MemberFunctionPointerTraits
: /* implementation-defined */
| Name | Description |
|---|---|
/* implementation-defined */ | Forward declaration. |