Specialization of dispatcher for pointer to data member objects.
Declared in <bslstl_function_invokerutil.h>
template<
class MEMBER_TYPE,
class CLASS_TYPE,
class RET,
class ARG0>
struct Function_InvokerUtil_Dispatch<Function_InvokerUtil::e_MemDataPtr, RET(ARG0), MEMBER_TYPECLASS_TYPE::*>;
| Name | Description |
|---|---|
invoke | Return the data member of obj designated by the target of rep. |