std::auto_ptr<T>::get

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.

# See also