std::experimental::basic_string_view::swap

From cppreference.com
 
 
Technical specifications
Filesystem library (filesystem TS)
Library fundamentals (library fundamentals TS)
Library fundamentals 2 (library fundamentals 2 TS)
Extensions for parallelism (parallelism TS)
Concepts (concepts TS)
Extensions for concurrency (concurrency TS)
Special mathematical functions (special math TR)
 
 
 
constexpr void swap(basic_string_view& v);
(library fundamentals TS)

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.