error_category::operator==

测试在 error_category 对象相等。

bool operator==(const error_category& _Right) const;

参数

Parameter

说明

_Right

用于相等要测试的对象。

返回值

true,如果对象相等; false,如果对象不相等。

备注

此成员运算符返回 this == &_Right。

要求

标头: <system_error>

命名空间: std

请参见

参考

error_category Class