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
[編集] 例
| This section is incomplete Reason: no example |
[編集] も参照してください
| (C++11) |
スワップ2ファイルストリーム 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. (パブリックメンバ関数) |