std::error_condition:: value
From cppreference.com
<
cpp
|
error
|
error condition
C++
Utilities library
|
|
Diagnostics library
|
|
std::error_condition
Member functions | ||||
error_condition::value
|
||||
Non-member functions | ||||
(until C++20)
(until C++20)
(C++20)
|
||||
Helper classes | ||||
int
value
(
)
const
noexcept
;
|
(since C++11) | |
Returns the stored error value.
Parameters
(none)
Return value
The stored error value.
Retrieved from "
https://en.cppreference.com/mwiki/index.php?title=cpp/error/error_condition/value&oldid=160909
"