std::basic_stringstream::swap
Min standard notice:
Exchanges the state of the stream with those of other.
# Declarations
void swap( basic_stringstream& other );
(since C++11)
# Parameters
other: stream to exchange the state with
# Return value
(none)
# Example
This section is incompleteReason: no example