BloombergLP::bslstl::Function_InvokerUtil_Dispatch<Function_InvokerUtil::e_InplaceFunctor, RET(ARGS...), FUNC>::invoke

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);