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

FreeBSD Manual Pages

  
 
  

home | help
std::experi...::path::swap(3) C++ Standard Libarystd::experi...::path::swap(3)

NAME
       std::experimental::filesystem::path::swap - std::experimental::filesys-
       tem::path::swap

Synopsis
	  void swap( path& other ); (1)	(filesystem TS)

	  Swaps	the contents of	*this and other.

Parameters
	  other	- another path to exchange the contents	with

Return value
	  (none)

Exceptions
	  noexcept specification:
	  noexcept

Complexity
	  Constant.

See also
	   This	section	is incomplete

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

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

home | help