◐ Shell
clean mode source ↗

std::experimental::basic_string_view<CharT,Traits>::swap - cppreference.com

From cppreference.com

constexpr void swap(basic_string_view& v) noexcept;
(library fundamentals TS)

Exchanges the view with that of v.

Parameters

Return value

(none)

Complexity

Constant.