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