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

Exchanges the states of *this and other, except for the associated rdbuf objects. rdbuf() and other.rdbuf() returns the same values as before the call.

# Declarations

protected:
void swap( basic_ios& other ) noexcept;

(since C++11)

# Parameters

# See also