std::error_category::message
Aus cppreference.com
< cpp | error | error category
![]() |
This page has been machine-translated from the English version of the wiki using Google Translate.
The translation may contain errors and awkward wording. Hover over text to see the original version. You can help to fix errors and improve the translation. For instructions click here. |
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.
[Bearbeiten] 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. |
[Bearbeiten] 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.