Espacios de nombres
Variantes

std::system_error::what

De cppreference.com
 
 
Biblioteca de servicios
 
 
 
<tbody> </tbody>
virtual const char* what() const;
(desde C++11)
Devuelve la cadena explicativo .
Original:
Returns the explanatory string.
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

Puntero a una cadena terminada en nulo con información explicativa .
Original:
Pointer to a null-terminated string with explanatory information.
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)

Ver también

Devuelve el código de error.
(función miembro pública) [editar]