std::basic_stringstream::operator= — cppreference.com
De cppreference.com
<metanoindex/>
<metanoindex/>
<tbody> </tbody>
|
|
(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. Original: string stream to move. The text has been machine-translated via Google Translate. |
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. (fonction membre publique) [edit] | |