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

Name

Description

func

pointer to the bound invocable

boundList

pointer to the bound‐argument tuple

argList

invocation argument tuple

Created with MrDocs