定义于头文件
<system_error>
|
||
template<>
struct is_error_condition_enum<std::errc> : std::true_type; |
(C++11 起) | |
指定 std::errc 为一个错误条件枚举。这允许到 std::error_condition 的隐式转换。
目录 |
value
[静态]
|
true (公开静态成员常量) |
operator bool
|
转换对象为 bool ,返回 value (公开成员函数) |
operator()
(C++14)
|
返回 value (公开成员函数) |
类型 | 定义 |
value_type
|
bool
|
type
|
std::integral_constant<bool, value> |
(C++11)
|
鉴别作为 std::error_condition 的枚举 (类模板) |