Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
std::auto_ptr::get(3)	      C++ Standard Libary	 std::auto_ptr::get(3)

NAME
       std::auto_ptr::get - std::auto_ptr::get

Synopsis
	  T* get() const throw();  (deprecated in C++11)
				   (removed in C++17)

	  Returns the pointer that is held by *this.

Parameters
	  (none)

Return value
	  The pointer held by *this.

See also
	  operator*  accesses the managed object
	  operator-> (public member function)

http://cppreference.com		  2022.07.31		 std::auto_ptr::get(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=std::auto_ptr::get&sektion=3&manpath=FreeBSD+Ports+15.0>

home | help