Espacios de nombres
Variantes
Acciones

std::basic_fstream::operator=

De cppreference.com
< cpp‎ | io‎ | basic fstream
 
 
 
std::basic_fstream
Las funciones miembro
Original:
Member functions
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
basic_fstream::operator=
(C++11)
Las operaciones de archivo
Original:
File operations
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
Terceros funciones
Original:
Non-member functions
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
 
basic_ifstream& operator=( basic_fstream&& other );
(desde 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.


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

[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.

(función miembro pública)[editar]
close