21 Strings library [strings]

21.3 String classes [string.classes]

21.3.3 Non-member functions [string.nonmembers]

21.3.3.3 swap [string.special]

template<class charT, class traits, class Allocator> constexpr void swap(basic_string<charT, traits, Allocator>& lhs, basic_string<charT, traits, Allocator>& rhs) noexcept(noexcept(lhs.swap(rhs)));
Effects: Equivalent to lhs.swap(rhs).