Espacios de nombres
Variantes

std::error_category::message

De cppreference.com
 
 
Biblioteca de servicios
Apoyo del lenguaje
Apoyo de tipos (tipos básicos, RTTI)
Macros de prueba de característica de la biblioteca (C++20)
Servicios de programa
Funciones variádicas
Apoyo de corrutinas (C++20)
Apoyo de contratos (C++26)
Comparación de tres vías (C++20)
(C++20)
(C++20)(C++20)(C++20)  
(C++20)(C++20)(C++20)

 
 
 
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.

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.

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.

Excepciones

Especificación noexcept:  
noexcept
  (desde C++11)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.