std::basic_string_view::swap

From cppreference.com
 
 
 
 
constexpr void swap(basic_string_view& v);
(since C++17)

Exchanges the view with that of v.

Contents

[edit] Parameters

v - view to swap with

[edit] Return value

(none)

[edit] Exceptions

noexcept specification:  
noexcept
  

[edit] Complexity

Constant.