BloombergLP::bdlf::Bind_Invoker<t_RET, 10>::invoke

Invoke the bound function with the evaluated arguments.

Synopsis

Declared in <bdlf_bind.h>

template<
    class t_FUNC,
    class t_BOUND_TUPLE,
    class t_ARG_TUPLE>
t_RET
invoke(
    t_FUNC* func,
    t_BOUND_TUPLE* boundList,
    t_ARG_TUPLE& argList) const;

Return Value

result of invoking the bound function

Parameters

NameDescription
funcpointer to the bound invocable
boundListpointer to the bound-argument tuple
argListinvocation argument tuple