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