[#BloombergLP-bslstl-Function_InvokerUtil_Dispatch-04] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslstl.adoc[bslstl]::xref:BloombergLP/bslstl/Function_InvokerUtil_Dispatch-09a.adoc[Function_InvokerUtil_Dispatch]<Function_InvokerUtil::e_OutofplaceFunctor, RET(ARGS...), FUNC> :relfileprefix: ../../ :mrdocs: Specialization of dispatcher functor class objects that are not suitable for the small‐object optimization and are thus allocated out of place. == Synopsis Declared in `<bslstl_function_invokerutil.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template< class FUNC, class RET, class... ARGS> struct xref:BloombergLP/bslstl/Function_InvokerUtil_Dispatch-09a.adoc[Function_InvokerUtil_Dispatch]<Function_InvokerUtil::e_OutofplaceFunctor, RET(ARGS...), FUNC>; ---- == Static Member Functions [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bslstl/Function_InvokerUtil_Dispatch-04/invoke.adoc[`invoke`] | For the specified `args` and `rep`, return `(*rep.target<FUNC>())(args...)`. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#