protected:
void swap( basic_ios& other ) noexcept;
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.
This swap function is protected: it is called by the swap member functions of the derived stream classes such as std::basic_ofstream or std::basic_istringstream, which know how to correctly swap the associated stream buffers.
[edit] Parameters other - thebasic_ios
object to exchange the state with [edit] See also
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4