[#BloombergLP-bdlf-Bind_Evaluator-0a] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlf.adoc[bdlf]::xref:BloombergLP/bdlf/Bind_Evaluator-0b.adoc[Bind_Evaluator]<xref:BloombergLP/bdlf/BindWrapper.adoc[BindWrapper<t_RET, t_FUNC, t_BOUND_TUPLE>], t_ARG_TUPLE> :relfileprefix: ../../ :mrdocs: This utility provides an evaluator for nested `BindWrapper` arguments. It is a specialization of the `Bind_Evaluator` declared in the `bdlf_bind` component to enable nested `BindWrapper` objects in the same fashion as nested `Bind` objects. The underlying `Bind` function object is invoked using the provided argument list and the result is returned. == 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/BindWrapper.adoc[BindWrapper<t_RET, t_FUNC, t_BOUND_TUPLE>], t_ARG_TUPLE>; ---- == Static Member Functions [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bdlf/Bind_Evaluator-0a/eval.adoc[`eval`] | Call the specified `func` functor with the specified `argList` arguments and return the result. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#