std::error_category::name
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 const char* name() const = 0; |
(depuis C++11) | |
Renvoie un pointeur sur une chaîne d'octets terminée par zéro qui spécifie le nom de la catégorie d'erreur .
Original:
Returns a pointer to a null-terminated byte string that specifies the name of the error category.
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
(Aucun)
Original:
(none)
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.
Retourne la valeur
Chaîne d'octets terminée par NULL spécifiant le nom de la catégorie d'erreur .
Original:
Null-terminated byte string specifying the name of the error category.
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.