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 constructor.
CAutoVectorPtr( ) throw( ); 
explicit CAutoVectorPtr( 
   T* p  
) throw( ); 
CAutoVectorPtr( 
   CAutoVectorPtr< T >& p  
) throw( );
Parameters
- p
An existing pointer. 
Remarks
The CAutoVectorPtr object can be created using an existing pointer, in which case it transfers ownership of the pointer.
Requirements
Header: atlbase.h