std::basic_iostream<CharT,Traits>::swap

Exchanges the state with another input/output stream object. Effectively calls basic_istream<CharT,Traits>::swap(other).

# Declarations

protected:
void swap( basic_iostream& other );

(since C++11)

# Parameters

# Return value

*this