[#BloombergLP-bdlf-Bind_Evaluator-0a-eval] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlf.adoc[bdlf]::xref:BloombergLP/bdlf/Bind_Evaluator-0a.adoc[Bind_Evaluator<BindWrapper<t_RET, t_FUNC, t_BOUND_TUPLE>, t_ARG_TUPLE>]::eval :relfileprefix: ../../../ :mrdocs: Call the specified `func` functor with the specified `argList` arguments and return the result. == Synopsis Declared in `<bdlf_bind.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static Bind<t_RET, t_FUNC, t_BOUND_TUPLE>::ResultType eval( t_ARG_TUPLE& argList, xref:BloombergLP/bdlf/BindWrapper.adoc[BindWrapper<t_RET, t_FUNC, t_BOUND_TUPLE>] const& func); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#