error_condition::operator! =
测试在 error_condition 对象之间的不等。
bool operator!=(const error_condition& _Right) const;
参数
Parameter |
说明 |
---|---|
_Right |
对于不相等要测试的对象。 |
返回值
true,如果 error_condition 对象与 _Right传递的 error_condition 对象不相等;否则 false。
备注
成员运算符返回 !(*this == _Right)。
要求
标头: <system_error>
命名空间: std