std::basic_fstream::operator=
De cppreference.com
< cpp | io | basic fstream
|
|
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_fstream&& other ); |
(ya que C + +11) | |
Mueve la secuencia de archivo. La corriente se convierte en fuente de estado no válido después de la operación .
Original:
Moves the file 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.
Contenido |
[editar] Parámetros
| other | - | archivo continuo a moverse.
other convierte de estado no válido después de la operación . Original: file 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] Ejemplo
| This section is incomplete Reason: no example |
[editar] Ver también
| (C++11) |
swaps de dos arroyos de archivos Original: swaps two file streams The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (miembro público función) |