Invoke the nested binder wrapper with the specified argument list.
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);
result of invoking the nested binder
| Name | Description |
|---|---|
| argList | invocation argument tuple |
| func | nested binder wrapper to invoke |