共用方式為


error_condition::operator = =

測試是否相等。 error_condition 物件之間。

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

參數

參數

描述

_Right

指定要測試是否相等的 ojbect。

傳回值

true ;如果物件不相等, false ,如果物件不相等。

備註

成員運算子傳回 category() == _Right.category() && value == _Right.value()。

需求

標題: <system_error>

命名空間: std

請參閱

參考

error_condition Class