[#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`] | Given pointer to member function, `f`, as the target of the specified `rep`, use the specified `obj` to invoke `f` with the specified `args` and return the result, i.e., `(obj.*f)(args...)`. If `obj` is a pointer or smart‐pointer, dereference `obj` first, i.e., call `((*obj).*f)(args...)`. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#