Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

CHeapPtrBase::operator ->

 

The pointer-to-member operator.


T* operator ->( ) const throw( );

Returns the value of the CHeapPtrBase::m_pData member variable.

Use this operator to call a method in a class pointed to by the CHeapPtrBase object. In debug builds, an assertion failure will occur if the CHeapPtrBase points to NULL.

Requirements

Header: atlcoll.h

Show: