std::auto_ptr::get (3) Linux Manual Page
std::auto_ptr<T>::get – std::auto_ptr<T>::get
Synopsis
T* get() const throw(); (deprecated in C++11)
Returns the pointer that is held by *this.
Parameters
(none)
Return value
The pointer held by *this.
See also
operator* (public member function)
operator->
