跳到主要内容

std::auto_ptr<T>::~auto_ptr

C++11 中已弃用,C++17 中已移除
~auto_ptr() throw();

销毁托管对象。调用 delete get()

std::auto_ptr<T>::~auto_ptr

C++11 中已弃用,C++17 中已移除
~auto_ptr() throw();

销毁托管对象。调用 delete get()