std::error_category::message
Da cppreference.com.
< cpp | error | error category
![]() |
Questa pagina è stata tradotta in modo automatico dalla versione in ineglese della wiki usando Google Translate.
La traduzione potrebbe contenere errori e termini strani. Muovi il puntatore sopra al testo per vedere la versione originale. Puoi aiutarci a correggere gli gli errori. Per ulteriori istruzioni clicca qui. |
virtual std::string message( int condition ) const = 0; |
(dal C++11) | |
Restituisce una stringa che descrive la condizione di errore in errore per la categoria rappresentata da *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.
You can help to correct and verify the translation. Click here for instructions.
[modifica] Parametri
condition | - | specifica la condizione di errore da descrivere
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. |
[modifica] Valore di ritorno
Una stringa che descrive la condizione di errore dato.
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.
You can help to correct and verify the translation. Click here for instructions.