CAutoVectorPtr::CAutoVectorPtr

构造函数。

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

参数

  • p
    现有的指针。

备注

它调用指针的所有权情况下,使用现有的指针,CAutoVectorPtr 对象可以创建。

要求

Header: atlbase.h

请参见

参考

CAutoVectorPtr选件类

CAutoVectorPtr::~CAutoVectorPtr