std::error_condition::value

From cppreference.com
 
 
 
 
 
int value() const;
(since C++11)

Returns the stored error code.

[edit] Parameters

(none)

[edit] Return value

The stored error code.

[edit] Exceptions

noexcept specification:  
noexcept