std::error_category::message
Aus cppreference.com
<metanoindex/>
<tbody> </tbody> virtual std::string message( int condition ) const = 0; |
(seit C++11) | |
Gibt eine textuelle Beschreibung dieses Fehlers für den Fehler Kategorie durch
*this vertreten .Original:
Returns a string describing the given error condition for the error category represented by
*this.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
| condition | - | gibt den Fehler zu beschreiben
Original: specifies the error condition to describe The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. |
Rückgabewert
Eine textuelle Beschreibung dieses Fehlers .
Original:
A string describing the given error condition.
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.
