For the specified args and rep, return (*rep.target<FUNC>())(args...).
Synopsis
Declared in <bslstl_function_invokerutil.h>
static
RET
invoke(
Function_Rep const* rep,
bslmf::ForwardingType<ARGS>::Type... args);
Return Value
result of invoking the target functor with args
Parameters
Name |
Description |
rep |
representation holding the out‐of‐place functor target |
args |
arguments forwarded to the functor |
Created with MrDocs