std::error_category::default_error_condition
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::error_condition default_error_condition( int code ) const; |
(depuis C++11) | |
Retourne la condition d'erreur pour le code d'erreur indiqué .
Original:
Returns the error condition for the given error code.
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.
Equivalent à
std::error_condition(code, *this) .Original:
Equivalent to
std::error_condition(code, *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
| code | - | code d'erreur pour lequel retourner condition d'erreur
Original: error code for which to return error condition 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
La condition d'erreur pour le code d'erreur indiqué .
Original:
The error condition for the given error code.
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.