The Wayback Machine - https://web.archive.org/web/20150907012026/http://en.cppreference.com/w/cpp/error/error_code/value
Namespaces
Variants
Views
Actions

std::error_code::value

From cppreference.com
< cpp‎ | error‎ | error code
 
 
 
 
 
int value() const;
(since C++11)

Returns the platform dependent error value.

Contents

[edit] Parameters

(none)

[edit] Return value

The platform-dependent error value.

[edit] Exceptions

noexcept specification:  
noexcept
  

[edit] See also

obtains the error_category for this error_code
(public member function) [edit]
Morty Proxy This is a proxified and sanitized view of the page, visit original site.