std::system_error:: code
From cppreference.com
<
cpp
|
error
|
system error
C++
Utilities library
|
|
Diagnostics library
|
|
std::system_error
Member functions | ||||
system_error::code
|
||||
const
std::
error_code
&
code
(
)
const
noexcept
;
|
(since C++11) | |
Returns the stored error code.
Parameters
(none)
Return value
The stored error code.
See also
[virtual]
|
returns an explanatory string
(virtual public member function) |
Retrieved from "
https://en.cppreference.com/mwiki/index.php?title=cpp/error/system_error/code&oldid=136572
"