error_condition::operator==
测试在 error_condition 对象相等。
bool operator==(const error_condition& _Right) const;
参数
Parameter |
说明 |
---|---|
_Right |
用于相等要测试的ojbect。 |
返回值
true,如果对象相等; false,如果对象不相等。
备注
成员运算符返回 category() == _Right.category() &;AMP_amp; value == _Right.value()。
要求
标头: <system_error>
命名空间: std