std::error_condition::value
Min standard notice:
Returns the stored error value.
# Declarations
int value() const noexcept;
(since C++11)
# Return value
The stored error value.
Returns the stored error value.
int value() const noexcept;
(since C++11)
The stored error value.