Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
The pointer-to-member operator.
T* operator ->( ) const throw( );
Return Value
Returns the value of the CHeapPtrBase::m_pData member variable.
Remarks
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