[#BloombergLP-bdlf-BindWrapper-operator_call-01] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlf.adoc[bdlf]::xref:BloombergLP/bdlf/BindWrapper.adoc[BindWrapper]::operator() :relfileprefix: ../../../ :mrdocs: Invoke the shared binder with no additional arguments. == Synopsis Declared in `<bdlf_bind.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdlf/BindWrapper/ResultType.adoc[ResultType] operator()() const; ---- == Description Invoke the bound object using only the invocation parameters provided at construction of this `bdlf::Bind` object and return the result. == Return Value result of invoking the bound object [.small]#Created with https://www.mrdocs.com[MrDocs]#