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