|
inline |
Swap contents of two strings.
| __lhs | First string. |
| __rhs | Second string. |
Exchanges the contents of __lhs and __rhs in constant time.
Definition at line 2589 of file vstring.h.
References __gnu_cxx::__versa_string< _CharT, _Traits, _Alloc, _Base >::swap().
