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

Specialization of dispatcher functor class objects that are suitable for the small-object optimization and are thus allocated inplace.

Synopsis

Declared in <bslstl_function_invokerutil.h>

template<
    class FUNC,
    class RET,
    class... ARGS>
struct Function_InvokerUtil_Dispatch<Function_InvokerUtil::e_InplaceFunctor, RET(ARGS...), FUNC>;

Static Member Functions

NameDescription
invoke For the specified args and rep, return (*rep.target<FUNC>())(args...).