共用方式為


CAutoVectorPtr::CAutoVectorPtr

建構函式。

CAutoVectorPtr( ) throw( ); 
explicit CAutoVectorPtr(
   T* p 
) throw( );
CAutoVectorPtr(
   CAutoVectorPtr< T >& p 
) throw( );

參數

  • p
    現有的指標。

備註

會將指標的擁有權的情況下,使用現有的指標, CAutoVectorPtr 可建立物件。

需求

Header: atlbase.h

請參閱

參考

CAutoVectorPtr 類別

CAutoVectorPtr::~CAutoVectorPtr