std::basic_stringstream::operator=
De cppreference.com
< cpp | io | basic stringstream
![]() |
This page has been machine-translated from the English version of the wiki using Google Translate.
The translation may contain errors and awkward wording. Hover over text to see the original version. You can help to fix errors and improve the translation. For instructions click here. |
![]() |
This page has been machine-translated from the English version of the wiki using Google Translate.
The translation may contain errors and awkward wording. Hover over text to see the original version. You can help to fix errors and improve the translation. For instructions click here. |
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.
You can help to correct and verify the translation. Click here for instructions.
Sommaire |
[modifier] 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. |
[modifier] Retourne la valeur
*this
[modifier] Exemple
This section is incomplete Reason: no example |
[modifier] Voir aussi
(C++11) |
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) |