CAutoVectorPtr::operator =

更新 : 2007 年 11 月

代入演算子です。

CAutoVectorPtr< T >& operator =(
   CAutoVectorPtr< T >& p 
) throw( );

パラメータ

  • p
    ポインタ。

戻り値

CAutoVectorPtr< T > への参照を返します。

解説

代入演算子は、CAutoVectorPtr オブジェクトを現在のポインタから分離し、新しいポインタ p に割り当てます。

必要条件

ヘッダー : atlbase.h

参照

参照

CAutoVectorPtr クラス

CAutoVectorPtr::Attach

CAutoVectorPtr::Detach

その他の技術情報

CAutoVectorPtr のメンバ