std::basic_fstream::operator=
Материал из 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 ); |
(начиная с C++11) | |
Перемещает файловый поток. Источник поток становится недействительным состояние после операции.
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.
Содержание |
[править] Параметры
| other | - | файл потока для перемещения.
other становится недействительным состояние после операции . 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. |
[править] Возвращаемое значение
*this
[править] Пример
| Этот раздел не завершён Причина: нет примера |
[править] См. также
| (C++11) |
свопы двух потоков файла 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. (public функция-член) |