다음을 통해 공유


CAutoVectorPtr::CAutoVectorPtr

생성자입니다.

CAutoVectorPtr( ) throw( ); 
explicit CAutoVectorPtr( 
   T* p  
) throw( ); 
CAutoVectorPtr( 
   CAutoVectorPtr< T >& p  
) throw( );

매개 변수

  • p
    기존 포인터입니다.

설명

CAutoVectorPtr 는 기존 포인터를 사용 하 여 개체를 만들 수 있습니다, 있는 경우에 포인터의 소유권 전송 합니다.

요구 사항

헤더: atlbase.h

참고 항목

참조

CAutoVectorPtr Class

CAutoVectorPtr::~CAutoVectorPtr