std::auto_ptr::auto_ptr (3) Linux Manual Page
std::auto_ptr<T>::~auto_ptr – std::auto_ptr<T>::~auto_ptr
Synopsis
~auto_ptr() throw(); (deprecated in C++11)
Destroys the managed object. Calls delete get().
std::auto_ptr<T>::~auto_ptr – std::auto_ptr<T>::~auto_ptr
~auto_ptr() throw(); (deprecated in C++11)
Destroys the managed object. Calls delete get().