BloombergLP::bdlf::Bind_Evaluator<BindWrapper<t_RET, t_FUNC, t_BOUND_TUPLE>, t_ARG_TUPLE>::eval

Call the specified func functor with the specified argList arguments and return the result.

Synopsis

Declared in <bdlf_bind.h>

static
Bind<t_RET, t_FUNC, t_BOUND_TUPLE>::ResultType
eval(
    t_ARG_TUPLE& argList,
    BindWrapper<t_RET, t_FUNC, t_BOUND_TUPLE> const& func);