コンストラクターです。
CAutoVectorPtr( ) throw( );
explicit CAutoVectorPtr(
T* p
) throw( );
CAutoVectorPtr(
CAutoVectorPtr< T >& p
) throw( );
パラメーター
- p
既存のポインター。
解説
CAutoVectorPtr オブジェクトは既存のポインターを使用して作成できます。この場合、ポインターの所有権は転送されます。
必要条件
**ヘッダー:**atlbase.h
参照
参照
CAutoVectorPtr::~CAutoVectorPtr