std::error_category::message
De cppreference.com
|
|
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. |
<metanoindex/>
<tbody> </tbody> virtual std::string message( int condition ) const = 0; |
(depuis C++11) | |
Retourne une chaîne décrivant la condition d'erreur donnée pour la catégorie d'erreur représenté par
*this .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.
Paramètres
| condition | - | spécifie la condition d'erreur de décrire
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. |
Retourne la valeur
Une chaîne décrivant la condition d'erreur donnée .
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.