[#BloombergLP-bslstl-Function_InvokerUtil_Dispatch-0f] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslstl.adoc[bslstl]::xref:BloombergLP/bslstl/Function_InvokerUtil_Dispatch-09a.adoc[Function_InvokerUtil_Dispatch]<Function_InvokerUtil::e_MemFunctionPtr, RET(ARG0, ARGS...), FUNC> :relfileprefix: ../../ :mrdocs: Specialization of dispatcher for pointer to member function objects. == Synopsis Declared in `<bslstl_function_invokerutil.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template< class FUNC, class RET, class ARG0, class... ARGS> struct xref:BloombergLP/bslstl/Function_InvokerUtil_Dispatch-09a.adoc[Function_InvokerUtil_Dispatch]<Function_InvokerUtil::e_MemFunctionPtr, RET(ARG0, ARGS...), FUNC>; ---- == Static Member Functions [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bslstl/Function_InvokerUtil_Dispatch-0f/invoke.adoc[`invoke`] | Invoke the member‐function target of `rep` on `obj` with the given arguments. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#