std::basic_ios<CharT,Traits>::move
| protected: void move( basic_ios& other ); |
(since C++11) | |
| protected: void move( basic_ios&& other ); |
(since C++11) | |
Replaces the current state with that of other, except for the associated rdbuf. other is in valid, but unspecified state after the call. After the call to this function, rdbuf() returns a null pointer, other.rdbuf() returns the same value as before the call, and other.tie() returns a null pointer.
This member function is protected: it is called by the protected move constructors of the derived stream classes std::basic_ostream and std::basic_istream, which, in turn, are called by the public move constructors of the further derived stream classes such as std::basic_ofstream, which know how to correctly move the associated streambuffer.
[edit] Parameters
| other | - | the basic_ios object to transfer the state from
|
[edit] Return value
(none)
[edit] See also
| (C++11) |
swaps with another std::basic_ios except for rdbuf (protected member function) |

Formed in 2009, the Archive Team (not to be confused with the archive.org Archive-It Team) is a rogue archivist collective dedicated to saving copies of rapidly dying or deleted websites for the sake of history and digital heritage. The group is 100% composed of volunteers and interested parties, and has expanded into a large amount of related projects for saving online and digital history.
