std::range_error::range_error
Da cppreference.com.
< cpp | error | range error
![]() | 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. |
explicit range_error( const std::string& what_arg ); | (1) | |
explicit range_error( const char* what_arg ); | (2) | (dal C++11) |
Costruisce l'oggetto eccezione con
what_arg
come stringa esplicativo che è possibile accedere tramite what().Original:
Constructs the exception object with
what_arg
as explanatory string that can be accessed through what().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
what_arg | - | stringa esplicativa Original: explanatory string The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. |
[modifica] Eccezioni
(Nessuno)
Original:
(none)
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.