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

FreeBSD Manual Pages

  
 
  

home | help
std::experi...er_ptr::swap(3) C++ Standard Libarystd::experi...er_ptr::swap(3)

NAME
       std::experimental::observer_ptr::swap	  -	std::experimental::ob-
       server_ptr::swap

Synopsis
	  constexpr void swap(observer_ptr& other) noexcept;  (library	funda-
       mentals TS v2)

	  Swaps	 the  watched  object of *this and another observer_ptr	object
       other, by invoking
	  swap on the stored pointers of *this and other.

Parameters
	  other	- another observer_ptr object to swap the watched object with

Return value
	  (none)

Example
	   This	section	is incomplete
	   Reason: no example

http://cppreference.com		  2022.07.31	 std::experi...er_ptr::swap(3)

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

home | help