make_error_code功能
使用分析 将来 错误的 error_category 对象创建 error_code。
inline error_code make_error_code(
future_errc Errno
) _NOEXCEPT;
参数
- Errno
标识该报告错误的 future_errc 值。
返回值
error_code(static_cast<int>(Errno), future_category());
要求
**标头:**将来
**命名空间:**std