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 chane dcrivant la condition d'erreur donne pour la catgorie d'erreur reprsent 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.
Paramtres
| condition | - | spcifie la condition d'erreur de dcrire
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 chane dcrivant la condition d'erreur donne .
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.