Invoke the shared binder with no additional arguments.

Synopsis

Declared in <bdlf_bind.h>

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

Created with MrDocs