std::error_code::clear
来自 cppreference.com
< cpp | error | error code
void clear() noexcept; |
(自 C++11 起) | |
用默认值替换错误代码和错误类别。
等效于 *this = error_code(0, std::system_category()).
[编辑] 参数
(无)
[编辑] 返回值
(无)