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

FreeBSD Manual Pages

  
 
  

home | help
std::experi...ed_ptr::get(3)  C++ Standard Libary std::experi...ed_ptr::get(3)

NAME
       std::experimental::shared_ptr::get - std::experimental::shared_ptr::get

Synopsis
	  element_type*	get() const noexcept;  (library	fundamentals TS)

	  Returns the stored pointer.

Parameters
	  (none)

Return value
	  The stored pointer.

Notes
	  A  shared_ptr	 may  share  ownership	of  an	object while storing a
       pointer to another
	  object. get()	returns	the stored pointer, not	the managed pointer.

Example
	   This	section	is incomplete
	   Reason: no example

See also
	  operator*  dereferences the stored pointer
	  operator-> (public member function)

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

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

home | help