[#BloombergLP-bslmf-MemberFunctionPointerTraits] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslmf.adoc[bslmf]::MemberFunctionPointerTraits :relfileprefix: ../../ :mrdocs: 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>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class t_PROTOTYPE> struct MemberFunctionPointerTraits : /* implementation-defined */ ---- == Base Classes [cols="1,4"] |=== | Name| Description | `/* implementation-defined */` | Forward declaration. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#