std::error_code::clear_C++中文网
| void clear() noexcept; |
(C++11 起) | |
以默认值替换错误码和错误类别。
等价于 *this = error_code(0, std::system_category()) 。
参数
(无)
返回值
(无)
std::error_code::clear_C++中文网
| void clear() noexcept; |
(C++11 起) | |
以默认值替换错误码和错误类别。
等价于 *this = error_code(0, std::system_category()) 。
(无)
(无)