basic_istringstream& operator=( basic_istringstream&& other ); | (since C++11) |
Moves the string stream. The source stream becomes of invalid state after the operation.
other | - | string stream to move. other becomes of invalid state after the operation. |
*this
.
(C++11)
| swaps two string streams (public member function) |
© cppreference.com
Licensed under the Creative Commons Attribution-ShareAlike Unported License v3.0.
http://en.cppreference.com/w/cpp/io/basic_istringstream/operator=