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

FreeBSD Manual Pages

  
 
  

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

NAME
       std::stop_token::swap - std::stop_token::swap

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

	  Exchanges the	associated stop-state of *this and other.

Parameters
	  other	- stop_token to	exchange the contents with

Return value
	  (none)

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

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

home | help