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

FreeBSD Manual Pages

  
 
  

home | help
std::move_o...nction::swap(3) C++ Standard Libarystd::move_o...nction::swap(3)

NAME
       std::move_only_function::swap - std::move_only_function::swap

Synopsis
	  void swap( move_only_function& other ) noexcept;  (since C++23)

	  Exchanges the	stored callable	objects	of *this and other.

Parameters
	  other	- function wrapper to exchange the stored callable object with

Return value
	  (none)

See also
	  swap swaps the contents
	       (public member function of std::function<R(Args...)>)

http://cppreference.com		  2024.06.10	 std::move_o...nction::swap(3)

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

home | help