◐ Shell
clean mode source ↗

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

De cppreference.com

<metanoindex/>

<metanoindex/>

<tbody> </tbody>

basic_ifstream& operator=( basic_stringstream&& other );

(depuis C++11)

Déplace le flux de chaîne. Le flux de la source devient d'état invalide après l'opération .

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.

Paramètres

other -

flux de chaîne à déplacer. other devient d'état invalide après l'opération .

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.

Retourne la valeur

*this

Exemple

Voir aussi

swaps de deux stringstreams

Original:

swaps two string streams

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


(fonction membre publique) [edit]