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 |
Given pointer to member function, |
Created with MrDocs