std::basic_stringstream::swap

Exchanges the state of the stream with those of other.

# Declarations

void swap( basic_stringstream& other );

(since C++11)

# Parameters

# Return value

(none)

# Example

This section is incompleteReason: no example

# See also