Namespaces
Variants
Actions
ads via Carbon Get the APM insights you need without enterprise price tags. Built for dev teams, not Fortune 500s ads via Carbon

std::error_condition::value

From cppreference.com
 
 
Utilities library
General utilities
Relational operators (deprecated in C++20)
 
 
 
int value() const noexcept;
(since C++11)

Returns the stored error value.

[edit] Parameters

(none)

[edit] Return value

The stored error value.