class
<stdexcept>
std::underflow_errorUnderflow error exception
No component of the standard library throws exceptions of this type. It is designed as a standard exception to be thrown by programs.
It is defined as:
1
2
3
4
class underflow_error : public runtime_error {
public:
explicit underflow_error (const string& what_arg);
};
1
2
3
4
5
class underflow_error : public runtime_error {
public:
explicit underflow_error (const string& what_arg);
explicit underflow_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