Поделиться через


CComPtrBase::operator *

The * operator.

T & operator *( ) const throw( );

Возвращаемое значение

Returns the value of CComPtrBase::p; that is, a pointer to the object referenced by the CComPtrBase object.

If debug builds, an assertion error will occur if CComPtrBase::p is not equal to NULL.

Требования

Header: atlcomcli.h

См. также

Основные понятия

CComPtrBase Class

CComPtrBase Members