Specialization of dispatcher for pointer to member function objects.
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>;
| Name | Description |
|---|---|
invoke | Invoke the member-function target of rep on obj with the given arguments. |