std::range_error
De cppreference.com
|
|
This page has been machine-translated from the English version of the wiki using Google Translate.
The translation may contain errors and awkward wording. Hover over text to see the original version. You can help to fix errors and improve the translation. For instructions click here. |
<metanoindex/>
<tbody> </tbody>| Déclaré dans l'en-tête <stdexcept>
|
||
class range_error; |
||
Définit un type d'objet à être jeté comme une exception. Il signale les erreurs qui surviennent parce que la valeur en virgule flottante dans certains calculs ne pouvaient être représentés parce qu'il était trop grand ou trop petit dans la grandeur. Si la valeur est de type intégral,
underflow_error ou overflow_error doit être utilisé .Original:
Defines a type of object to be thrown as exception. It reports errors that arise because floating point value in some computation could not be represented because it was too large or too small in magnitude. If the value has integral type,
underflow_error or overflow_error should be used.The text has been machine-translated via Google Translate.