std::error_code::message – cppreference.com
Aus cppreference.com
<metanoindex/>
<tbody> </tbody>
|
|
(seit C++11) | |
Gibt die Nachricht entsprechend dem aktuellen Fehlerwert und Kategorie .
Original:
Returns the message corresponding to the current error value and category.
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
Entspricht category().message(value()) .
Original:
Equivalent to category().message(value()).
The text has been machine-translated via Google Translate.
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.
Rückgabewert
Die Fehlermeldung entsprechend dem aktuellen Fehlerwert und Kategorie .
Original:
The error message corresponding to the current error value and category.
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
Ausnahmen
(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.