CHeapPtrBase::operator &

 

The & operator.

Syntax

T** operator&( ) throw( );

Return Value

Returns the address of the object pointed to by the CHeapPtrBase object.

Requirements

Header: atlcoll.h

See Also

CHeapPtrBase Class