[#BloombergLP-bslstl-Function_InvokerUtil_Dispatch-08] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslstl.adoc[bslstl]::xref:BloombergLP/bslstl/Function_InvokerUtil_Dispatch-09a.adoc[Function_InvokerUtil_Dispatch]<Function_InvokerUtil::e_MemDataPtr, RET(ARG0), MEMBER_TYPECLASS_TYPE::*> :relfileprefix: ../../ :mrdocs: Specialization of dispatcher for pointer to data member objects. == Synopsis Declared in `<bslstl_function_invokerutil.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template< class MEMBER_TYPE, class CLASS_TYPE, class RET, class ARG0> struct xref:BloombergLP/bslstl/Function_InvokerUtil_Dispatch-09a.adoc[Function_InvokerUtil_Dispatch]<Function_InvokerUtil::e_MemDataPtr, RET(ARG0), MEMBER_TYPECLASS_TYPE::*>; ---- == Static Member Functions [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bslstl/Function_InvokerUtil_Dispatch-08/invoke.adoc[`invoke`] | Given pointer to data member, `f`, as the target of the specified `rep`, return the specified `f` member of the specified `obj`, i.e., `obj.*f`. If `obj` is a pointer or smart‐pointer, dereference `obj` first, i.e., return `(*obj).*f`. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#