std::system_error::code
From cppreference.com
< cpp | error | system error
C++
Utilities library
|
|
Diagnostics library
|
|
std::system_error
Member functions | ||||
system_error::code | ||||
conststd::error_code& code()constnoexcept; | (since C++11) | |
Returns the stored error code.
[edit]Parameters
(none)
[edit]Return value
The stored error code.
[edit]See also
[virtual] | returns an explanatory string (virtual public member function)[edit] |