Espacios de nombres
Variantes
Acciones

std::error_category::message

De cppreference.com
 
 
Biblioteca de servicios
 
 
 
virtual std::string message( int condition ) const = 0;
(desde C++11)
Devuelve una cadena que describe la condición de error dado por la categoría de error representado por *this .
Original:
Returns a string describing the given error condition for the error category represented by *this.
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

[editar] Parámetros

condition -
especifica la condición de error de describir
Original:
specifies the error condition to describe
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

[editar] Valor de retorno

Una cadena que describe la condición de error dado .
Original:
A string describing the given error condition.
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

[editar] Excepciones

Especificación noexcept:  
noexcept
  (desde C++11)