Declared in <bslmf_memberpointertraits.h>
template<
class t_MEMBER_TYPE,
class t_CLASS_TYPE>
struct MemberPointerTraits_Imp<t_MEMBER_TYPEt_CLASS_TYPE::*>;
| Name | Description |
|---|---|
ClassType | ClassType is an alias to the type of the class for which the specified t_TYPE is a pointer to member object. |
MemberType | MemberType is an alias to the type of object to which the member object points. |