[#BloombergLP-bslstl-Function_InvokerUtil_Dispatch-03-invoke] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslstl.adoc[bslstl]::xref:BloombergLP/bslstl/Function_InvokerUtil_Dispatch-03.adoc[Function_InvokerUtil_Dispatch<Function_InvokerUtil::e_FunctionPtr, RET(ARGS...), FUNC>]::invoke :relfileprefix: ../../../ :mrdocs: For the specified `rep` and `args`, 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]#