The Wayback Machine - https://web.archive.org/web/20170722134704/http://en.cppreference.com:80/w/cpp/error/system_error/code
Namespaces
Variants
Actions

std::system_error::code

From cppreference.com
< cpp‎ | error‎ | system error
 
 
 
 
 
conststd::error_code& code()constnoexcept;
(since C++11)

Returns the stored error code.

[edit]Parameters

(none)

[edit]Return value

The stored error code.

[edit]See also

[virtual]
returns explanatory string
(virtual public member function)[edit]
close