[#BloombergLP-bslstl-Function_InvokerUtil_Dispatch-096-invoke] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslstl.adoc[bslstl]::xref:BloombergLP/bslstl/Function_InvokerUtil_Dispatch-096.adoc[Function_InvokerUtil_Dispatch<Function_InvokerUtil::e_InplaceFunctor, RET(ARGS...), FUNC>]::invoke :relfileprefix: ../../../ :mrdocs: For the specified `args` and `rep`, return `(*rep.target<FUNC>())(args...)`. == Synopsis Declared in `<bslstl_function_invokerutil.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static RET invoke( xref:BloombergLP/bslstl/Function_Rep.adoc[Function_Rep] const* rep, bslmf::ForwardingType<ARGS>::Type... args); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#