◐ Shell
clean mode source ↗

std::basic_stringstream::operator= – cppreference.com

Aus cppreference.com

<metanoindex/>

<tbody> </tbody>

basic_ifstream& operator=( basic_stringstream&& other );

(seit C++11)

Bewegt den String-Stream. Die Quelle-Stream wird aus ungültigen Zustand nach der Operation .

Original:

Moves the string stream. The source stream becomes of invalid state after the operation.

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

Parameter

other -

String-Stream zu bewegen. other wird der ungültigen Zustand nach der Operation .

Original:

string stream to move. other becomes of invalid state after the operation.

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

Rückgabewert

*this

Beispiel

Siehe auch

swaps two string streams
(öffentliche Elementfunktion) [edit]