CHeapPtrBase::operator &

 

& 运算符。

语法

T** operator&( ) throw( );

返回值

返回 CHeapPtrBase 对象所指向的对象的地址。

要求

Header: atlcoll.h

请参阅

CHeapPtrBase Class