std::error_code::operator bool
STD:错误[医]代码::操作员bool
explicit operator bool() const; | | (since C++11) |
---|
检查错误值是否有效,即非零。
参数
%280%29
返回值
false
如果value() == 0
,,,true
否则。
例外
noexcept
规格:
noexcept
© cppreference.com
在CreativeCommonsAttribution下授权-ShareAlike未移植许可v3.0。