Specialization of dispatcher for pointer to member function objects.

Synopsis

Declared in <bslstl_function_invokerutil.h>

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

Static Member Functions

Name

Description

invoke

Invoke the member‐function target of rep on obj with the given arguments.

Created with MrDocs