[#BloombergLP-bdlf-Bind_Invoker-096-invoke] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlf.adoc[bdlf]::xref:BloombergLP/bdlf/Bind_Invoker-096.adoc[Bind_Invoker<void, 0>]::invoke :relfileprefix: ../../../ :mrdocs: Invoke the bound function with the evaluated arguments. == Synopsis Declared in `<bdlf_bind.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template< class t_FUNC, class t_BOUND_TUPLE, class t_ARG_TUPLE> void invoke( t_FUNC* func, t_BOUND_TUPLE* boundList, t_ARG_TUPLE& argList) const; ---- == Parameters [cols="1,4"] |=== | Name| Description | *func* | pointer to the bound invocable | *boundList* | pointer to the bound‐argument tuple | *argList* | invocation argument tuple |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#