std::error_condition::value
From cppreference.com
C++
Utilities library
|
|
Diagnostics library
|
|
std::error_condition
| Member functions |
| 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.