std::auto_ptr<T>::get (3) - Linux Manuals
std::auto_ptr<T>::get: std::auto_ptr<T>::get
NAME
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->