For the specified rep and args, return rep.target<FUNC>()(args...).
Declared in <bslstl_function_invokerutil.h>
static
RET
invoke(
Function_Rep const* rep,
bslmf::ForwardingType<ARGS>::Type... args);
result of invoking the target function with args
| Name | Description |
|---|---|
| rep | representation holding the function-pointer target |
| args | arguments forwarded to the target function |