Espacios de nombres
Variantes

std::error_category::name

De cppreference.com
 
 
Biblioteca de servicios
 
 
 
<tbody> </tbody>
virtual const char* name() const = 0;
(desde C++11)
Devuelve un puntero a una cadena de bytes terminada en cero que especifica el nombre de la categoría de error .
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.

Parámetros

(Ninguno)
Original:
(none)
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

Valor de retorno

Terminada en nulo cadena de bytes que especifica el nombre de la categoría de error .
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.

Excepciones

Especificación noexcept:  
<tbody> </tbody>
noexcept
  (desde C++11)