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>

template<class t_ARG_TUPLE>
ResultType
invoke(t_ARG_TUPLE& arguments) const;

Created with MrDocs