Quick Links:

bal | bbl | bdl | bsl

bslmf::MemberPointerTraits< t_TYPE > Struct Template Reference

#include <bslmf_memberpointertraits.h>

Inheritance diagram for bslmf::MemberPointerTraits< t_TYPE >:
bslmf::MemberPointerTraits_Imp< bsl::remove_cv< t_TYPE >::type >

Detailed Description

template<class t_TYPE>
struct bslmf::MemberPointerTraits< t_TYPE >

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

See Component bslmf_memberpointertraits


The documentation for this struct was generated from the following file: