std::experimental::basic_string_view<CharT,Traits>::swap
< cpp | experimental | basic string view
constexpr void swap(basic_string_view& v) noexcept;
|
(库基础 TS) | |
交换此视图和 v
。
参数
v | - | 要与之交换的视图 |
返回值
(无)
复杂度
常数。
constexpr void swap(basic_string_view& v) noexcept;
|
(库基础 TS) | |
交换此视图和 v
。
v | - | 要与之交换的视图 |
(无)
常数。