[#BloombergLP-bdlf-Bind_Evaluator-05] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlf.adoc[bdlf]::xref:BloombergLP/bdlf/Bind_Evaluator-0b.adoc[Bind_Evaluator]<xref:BloombergLP/bdlf/Bind.adoc[Bind<t_RET, t_FUNC, t_BOUND_TUPLE>], t_ARG_TUPLE> :relfileprefix: ../../ :mrdocs: Evaluator specialization for nested `Bind` arguments. == Synopsis Declared in `<bdlf_bind.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template< class t_RET, class t_FUNC, class t_BOUND_TUPLE, class t_ARG_TUPLE> struct xref:BloombergLP/bdlf/Bind_Evaluator-0b.adoc[Bind_Evaluator]<xref:BloombergLP/bdlf/Bind.adoc[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 [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bdlf/Bind_Evaluator-05/eval.adoc[`eval`] | Invoke the nested binder with the specified argument list. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#