std::basic_stringstream::operator=
Da 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. |
basic_ifstream& operator=( basic_stringstream&& other ); |
(desde C++11) | |
Move o fluxo de cadeia. O fluxo se torna fonte de estado inválido após a operação.
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.
Índice |
[editar] Parâmetros
other | - | fluxo de corda para se mover.
other torna-se de estado inválido após a operação . 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. |
[editar] Valor de retorno
*this
[editar] Exemplo
Esta seção está incompleta Motivo: sem exemplo |
[editar] Veja também
(C++11) |
swaps two string streams (função pública membro) |