std::error_condition::assign
STD:错误[医]条件:分配
void assign( int val, const error_category& cat | | (since C++11) |
---|
将内容分配到错误条件。将错误代码设置为val
和错误类别到cat
...
参数
val | - | error code |
---|---|---|
cat | - | error category |
返回值
%280%29
例外
noexcept
规格:
noexcept
© cppreference.com
在CreativeCommonsAttribution下授权-ShareAlike未移植许可v3.0。