For the specified args and rep, return (*rep.target<FUNC>())(args...).
args
rep
(*rep.target<FUNC>())(args...)
Declared in <bslstl_function_invokerutil.h>
<bslstl_function_invokerutil.h>
static RET invoke( Function_Rep const* rep, bslmf::ForwardingType<ARGS>::Type... args);