![]() |
![]()
| ![]() |
![]()
NAMEstd::basic_string_view::swap - std::basic_string_view::swap Synopsisconstexpr void swap( basic_string_view& v ) noexcept; (since C++17)
Parametersv - view to swap with Return value(none) ComplexityConstant. Example// Run this code
Output: Before : ⏺⏺⏺⏺⏺
⏹⏹⏹⏹⏹
See also swap swaps the values of two objects
|