[#BloombergLP-bslmf-MemberFunctionPointerTraits_Imp-09] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslmf.adoc[bslmf]::MemberFunctionPointerTraits_Imp<t_PROTOTYPE, t_BSLMF_RETURN const volatile(t_TYPE::*)(t_ARGS...) noexcept> :relfileprefix: ../../ :mrdocs: Partial specialization for non‐cv‐qualified member function pointers. == Synopsis Declared in `<bslmf_memberfunctionpointertraits.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template< class t_PROTOTYPE, class t_BSLMF_RETURN, class t_TYPE, class... t_ARGS> struct MemberFunctionPointerTraits_Imp<t_PROTOTYPE, t_BSLMF_RETURN const volatile(t_TYPE::*)(t_ARGS...) noexcept>; ---- == Description A modern compiler will match only non‐cv member functions, but some older compilers might match this to any member function. == Type Aliases [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bslmf/MemberFunctionPointerTraits_Imp-09/ArgumentList.adoc[`ArgumentList`] | `ArgumentList` is an alias to the argument type list of the member function. | xref:BloombergLP/bslmf/MemberFunctionPointerTraits_Imp-09/ClassType.adoc[`ClassType`] | `ClassType` is an alias to the class type of the member function. | xref:BloombergLP/bslmf/MemberFunctionPointerTraits_Imp-09/ResultType.adoc[`ResultType`] | `ResultType` is an alias to the return type of the member function. |=== == Enums [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bslmf/MemberFunctionPointerTraits_Imp-09/_04enum.adoc[`Unnamed enum`] | Trait flags for non‐cv member function pointers. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#