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

FreeBSD Manual Pages

  
 
  

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

NAME
       std::valarray::swap - std::valarray::swap

Synopsis
	  void swap( valarray& other );		  (until C++11)
	  void swap( valarray& other ) noexcept;  (since C++11)

	  Swaps	the contents with those	of other.

Parameters
	  other	- another valarray to swap the contents	with

Return value
	  (none)

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

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

home | help