std::experimental::basic_string_view<CharT,Traits>::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)
Extensions for parallelism 2 (parallelism TS v2)
Extensions for concurrency (concurrency TS)
Concepts (concepts TS)
Ranges (ranges TS)
Special mathematical functions (special math TR)
 
 
 
constexpr void swap(basic_string_view& v) noexcept;
(library fundamentals TS)

Exchanges the view with that of v.

Parameters

v - view to swap with

Return value

(none)

Complexity

Constant.