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