Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The assignment operator.
CAutoVectorPtr< T >& operator =(
CAutoVectorPtr< T >& p
) throw( );
Parameters
- p
A pointer.
Return Value
Returns a reference to a CAutoVectorPtr< T >.
Remarks
The assignment operator detaches the CAutoVectorPtr object from any current pointer and attaches the new pointer, p, in its place.
Requirements
Header: atlbase.h