Evaluator specialization for nested Bind arguments.

Synopsis

Declared in <bdlf_bind.h>

template<
    class t_RET,
    class t_FUNC,
    class t_BOUND_TUPLE,
    class t_ARG_TUPLE>
struct Bind_Evaluator<Bind<t_RET, t_FUNC, t_BOUND_TUPLE>, t_ARG_TUPLE>;

Description

The nested Bind function object is invoked using the provided argument list and the result is returned.

Static Member Functions

Name

Description

eval

Invoke the nested binder with the specified argument list.

Created with MrDocs