public member function
<memory>

std::auto_ptr::~auto_ptr

~auto_ptr() throw();
销毁 auto_ptr
使用delete (delete get()来解除对象“指向”的内存块的分配,并销毁对象。

另见