CAutoVectorPtr::operator =

指派運算子。

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

參數

  • p
    指標。

傳回值

傳回 **CAutoVectorPtr< T >**的參考。

備註

指派運算子在它的位置中斷所有目前指標的 CAutoVectorPtr 物件並加入新的指標, p。

需求

Header: atlbase.h

請參閱

參考

CAutoVectorPtr 類別

CAutoVectorPtr::Attach

CAutoVectorPtr::Detach