make_error_code功能

使用分析 将来 错误的 error_category 对象创建 error_code

inline error_code make_error_code(
   future_errc Errno
) _NOEXCEPT;

参数

返回值

error_code(static_cast<int>(Errno), future_category());

要求

**标头:**将来

**命名空间:**std

请参见

参考

<future>

其他资源

标头文件