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

FreeBSD Manual Pages

  
 
  

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

NAME
       std::experimental::basic_string_view::swap   -	std::experimental::ba-
       sic_string_view::swap

Synopsis
	  constexpr void swap(basic_string_view& v) noexcept;  (library	funda-
       mentals TS)

	  Exchanges the	view with that of v.

Parameters
	  v - view to swap with

Return value
	  (none)

Complexity
	  Constant.

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

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

home | help