|  |  | 
|   int value() const;  | 
   | 
 (since C++11)  | 
 |  |  | 
Returns the platform dependent error value.
[edit] Parameters
(none)
[edit] Return value
The platform-dependent error value.
[edit] Exceptions
noexcept specification:  
noexcept
  (since C++11) 
[edit] See also
| 
 | 
|   
 | 
   obtains the error_category for this error_code   (public member function) [edit]
 |