class
<stdexcept>
std::overflow_errorOverflow error exception
It is a standard exception that can be thrown by programs. Some components of the standard library also throw exceptions of this type to signal range errors.
It is defined as:
1
2
3
4
class overflow_error : public runtime_error {
public:
explicit overflow_error (const string& what_arg);
};
1
2
3
4
5
class overflow_error : public runtime_error {
public:
explicit overflow_error (const string& what_arg);
explicit overflow_error (const char* what_arg);
};
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4