std::basic_ios::good
Aus cppreference.com
<metanoindex/>
<tbody> </tbody> bool good() const; |
||
Versandkosten
true wenn das die letzte I / O-Operation auf dem Strom erfolgreich abgeschlossen. Insbesondere kehrt Ergebnis rdstate() == 0 . Original:
Returns
true if the the most recent I/O operation on the stream completed successfully. Specifically, returns result of rdstate() == 0. 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.
| This section is incomplete Reason: difference between fail() and good() |
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
true wenn der Stream hat keine Fehler aufgetreten sind, false sonst .Original:
true if the stream has no errors occurred, false otherwise.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 |
