[#BloombergLP-bslmf-MemberPointerTraits_Imp-0d] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslmf.adoc[bslmf]::MemberPointerTraits_Imp<t_MEMBER_TYPEt_CLASS_TYPE::*> :relfileprefix: ../../ :mrdocs: == Synopsis Declared in `<bslmf_memberpointertraits.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template< class t_MEMBER_TYPE, class t_CLASS_TYPE> struct MemberPointerTraits_Imp<t_MEMBER_TYPEt_CLASS_TYPE::*>; ---- == Type Aliases [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bslmf/MemberPointerTraits_Imp-0d/ClassType.adoc[`ClassType`] | `ClassType` is an alias to the type of the class for which the specified `t_TYPE` is a pointer to member object. | xref:BloombergLP/bslmf/MemberPointerTraits_Imp-0d/MemberType.adoc[`MemberType`] | `MemberType` is an alias to the type of object to which the member object points. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#