次の方法で共有


CAutoVectorPtr::CAutoVectorPtr

コンストラクターです。

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

パラメーター

  • p
    既存のポインター。

解説

CAutoVectorPtr のオブジェクトは、既存のポインターを使用してポインターの所有権キーまたはキーを作成できます。

必要条件

ヘッダー: atlbase.h

参照

関連項目

CAutoVectorPtr クラス

CAutoVectorPtr::~CAutoVectorPtr