std::is_error_code_enum<std::future_errc>

< cpp‎ | thread‎ | future errc
 
 
工具库
通用工具
日期和时间
函数对象
格式化库 (C++20)
(C++11)
关系运算符 (C++20 中弃用)
整数比较函数
(C++20)
swap 与类型运算
(C++14)
(C++11)
(C++11)
(C++11)
(C++17)
常用词汇类型
(C++11)
(C++17)
(C++17)
(C++17)
(C++17)

初等字符串转换
(C++17)
(C++17)
 
 
定义于头文件 <future>
template<>
struct is_error_code_enum<std::future_errc> : std::true_type;
(C++11 起)

指定 std::future_errc 是错误码枚举。这允许 std::error_code 自动转换。

参阅

鉴别类是否可作为 error_code 枚举
(类模板)