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; |
(desde C++11) | |
Retorna um ponteiro para uma seqüência de bytes NULL-Terminated que especifica o nome da categoria de erro.
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.
Parâmetros
(Nenhum)
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.
Valor de retorno
Terminada em null byte string especificando o nome da categoria de erro.
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.