[#BloombergLP-bslmf-MemberPointerTraits] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslmf.adoc[bslmf]::MemberPointerTraits :relfileprefix: ../../ :mrdocs: This utility `struct` template provides the following nested typedefs:: `ClassType`: The type of the class for which the specified `t_TYPE` is: a pointer to member object.: `MemberType`: The type of the member object of the class for which the: specified `t_TYPE` is a pointer to member object. These typedefs will only be defined if `t_TYPE` is a == Synopsis Declared in `<bslmf_memberpointertraits.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class t_TYPE> struct MemberPointerTraits : /* implementation-defined */ ---- == Base Classes [cols="1,4"] |=== | Name| Description | `/* implementation-defined */` | Empty |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#