public member function
<system_error>
std::system_error::system_error (1)system_error (error_code ec, const string& what_arg);(2)
system_error (error_code ec, const char* what_arg);(3)
system_error (error_code ec);(4)
system_error (int val, const error_category& cat, const string& what_arg);(5)
system_error (int val, const error_category& cat, const char* what_arg);(6)
system_error (int val, const error_category& cat);
Construct system_error
Constructs a system_error exception object with error code ec (or with an error code constructed with val and cat).If what_arg is specified, it is incorporated into the string returned by system_error::what, which may include additional information, depending on the library implementation.
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