std::auto_ptr<T>::get
Min standard notice:
Returns the pointer that is held by *this.
# Declarations
T* get() const throw();
(deprecated in C++11) (removed in C++17)
# Return value
The pointer held by *this.
Returns the pointer that is held by *this.
T* get() const throw();
(deprecated in C++11) (removed in C++17)
The pointer held by *this.