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

FreeBSD Manual Pages

  
 
  

home | help
std::stop_source::swap(3)     C++ Standard Libary    std::stop_source::swap(3)

NAME
       std::stop_source::swap -	std::stop_source::swap

Synopsis
	  void swap( std::stop_source& other ) noexcept;  (since C++20)

	  Exchanges the	stop-state of *this and	other.

Parameters
	  other	- stop_source to exchange the contents with

Return value
	  (none)

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

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

home | help