Invoke the bound function with the evaluated arguments.
Declared in <bdlf_bind.h>
template<class t_ARG_TUPLE>
ResultType
invoke(t_ARG_TUPLE& arguments) const;
result of invoking the bound function
| Name | Description |
|---|---|
| arguments | invocation argument tuple |