std::basic_filebuf::~basic_filebuf
Aus cppreference.com
<metanoindex/>
<tbody> virtual ~basic_filebuf(); |
||
</tbody>
Ruft
close() die zugehörige Datei zu schließen und zerstört sich alle anderen Mitglieder der basic_filebuf. Wenn eine Ausnahme von close() geworfen wird, ist es gefangen und nicht weitergeleitet .Original:
Calls
close() to close the associated file and destructs all other members of basic_filebuf. If an exception is thrown by close(), it is caught and not rethrown.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.
Notes
Typischerweise durch die Destruktor std::basic_fstream genannt .
Original:
Typically called by the destructor of std::basic_fstream.
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 |
