[#BloombergLP-bdlf-BindWrapper-invoke] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlf.adoc[bdlf]::xref:BloombergLP/bdlf/BindWrapper.adoc[BindWrapper]::invoke :relfileprefix: ../../../ :mrdocs: Invoke the bound object using the invocation parameters provided at construction of this `bdlf::Bind` object, substituting place‐holders for their respective values in the specified `arguments`. == Synopsis Declared in `<bdlf_bind.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class t_ARG_TUPLE> xref:BloombergLP/bdlf/BindWrapper/ResultType.adoc[ResultType] invoke(t_ARG_TUPLE& arguments) const; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#