在线文档教程
C++
应用 | Utilities

std::error_code::value

STD:错误[医]代码::Value

int value() const;(since C++11)

返回与平台相关的错误值。

参数

%280%29

返回值

与平台相关的错误值。

例外

noexcept规格:

noexcept

另见

categoryobtains the error_category for this error_code (public member function)

© cppreference.com

在CreativeCommonsAttribution下授权-ShareAlike未移植许可v3.0。

http://en.cpPreference.com/w/cpp/Error/Error[医]代码/值