Invoke the nested binder with the specified argument list.

Synopsis

Declared in <bdlf_bind.h>

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

Return Value

result of invoking the nested binder

Parameters

Name

Description

argList

invocation argument tuple

func

nested binder to invoke

Created with MrDocs