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

FreeBSD Manual Pages

  
 
  

home | help
std::experi...::any::swap(3)  C++ Standard Libary std::experi...::any::swap(3)

NAME
       std::experimental::any::swap - std::experimental::any::swap

Synopsis
	  void swap(any& other)	noexcept;  (library fundamentals TS)

	  Swaps	the content of two any objects.

Parameters
	  other	- object to swap with

Return value
	  (none)

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

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

home | help