共用方式為


error_condition::operator==

相等的測試在 error_condition 物件之間。

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

參數

參數

說明

_Right

為要測試是否相等的 ojbect。

傳回值

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

備註

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

需求

標頭<系統錯誤>

命名空間: std

請參閱

參考

error_condition 類別