std::basic_istringstream::swap

Exchanges the state of the stream with those of other.

# Declarations

void swap( basic_istringstream& other );

(since C++11)

# Parameters

# Return value

(none)

# Example

This section is incompleteReason: no example

# See also