std::range_error
De cppreference.com
<metanoindex/>
<tbody> </tbody>| Definido no cabeçalho <stdexcept>
|
||
class range_error; |
||
Define um tipo de objeto a ser jogado como exceção. Ele informa erros que surgem porque o valor de ponto flutuante em algum cálculo não pode ser representada, porque era muito grande ou muito pequeno em magnitude. Se o valor tem o tipo integral, ou
underflow_error overflow_error deve ser usado.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.
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.
Inheritance diagram
Funções de membro
constrói o objeto de exceção Original: constructs the exception object The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (função pública membro) | |
