std::overflow_error — cppreference.com
De cppreference.com
<metanoindex/>
<tbody> </tbody>
| Déclaré dans l'en-tête <stdexcept> |
||
|
|
||
Définit un type d'objet à être jeté comme une exception. Il signale les erreurs qui surviennent parce que la valeur d'entier dans certains calculs pourraient ne pas être représentés comme il l'avait trop grande valeur positive. Si la valeur est de type point flottant, range_error doit être utilisé .
Original:
Defines a type of object to be thrown as exception. It reports errors that arise because integer value in some computation could not be represented as it had too large positive value. If the value has floating point type, range_error should be used.
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
Inheritance diagram
Fonctions membres
construit l'objet exception Original: constructs the exception object The text has been machine-translated via Google Translate. (fonction membre publique) [edit] | |
Inherited from std::exception
Member functions
[ virtuel Original: virtual The text has been machine-translated via Google Translate. |
Détruit l'objet exception Original: destructs the exception object The text has been machine-translated via Google Translate. (function membre virtuelle publique de std::exception) [edit]
|
[ virtuel Original: virtual The text has been machine-translated via Google Translate. |
retourne une chaîne explicative Original: returns an explanatory string The text has been machine-translated via Google Translate. (function membre virtuelle publique de std::exception) [edit]
|