std::auto_ptr<T>::
~auto_ptr
<
cpp
|
memory
|
auto ptr
~auto_ptr
(
)
throw
(
)
;
(C++11 中弃用)
(C++17 中移除)
销毁管理的对象。调用
delete get
(
)
。