std::basic_ofstream::close
Aus cppreference.com
<metanoindex/>
<tbody> </tbody> void close(); |
||
Schließt die zugehörige Datei .
Original:
Closes the associated file.
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.
Effektiv nennt
rdbuf()->close(). Wenn ein Fehler während des Betriebes auftritt, wird setstate(failbit) genannt . Original:
Effectively calls
rdbuf()->close(). If an error occurs during operation, setstate(failbit) is called. 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.
Parameter
(None)
Original:
(none)
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.
Rückgabewert
(None)
Original:
(none)
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.
Beispiel
| This section is incomplete Reason: no example |
