C++ 参考手册

位置:首页 > C++ 参考手册 >错误处理 >std::error_condition > std::error_condition::assign

void assign( int val, const error_category& cat ) noexcept;
(C++11 起)

赋值内容给 error_condition 。设置 error_code 为 val , error_category 为 cat

参数

val - 错误码
cat - error_category

返回值

(无)