CAutoVectorPtr::CAutoVectorPtr
Constructeur.
CAutoVectorPtr( ) throw( );
explicit CAutoVectorPtr(
T* p
) throw( );
CAutoVectorPtr(
CAutoVectorPtr< T >& p
) throw( );
Paramètres
- p
Un pointeur existant.
Notes
L'objet d' CAutoVectorPtr peut être créé à l'aide d'un pointeur existant, auquel cas il transfère la propriété du pointeur.
Configuration requise
Header: atlbase.h