共用方式為


error_condition::operator! =

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

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

參數

參數

描述

_Right

指定不要測試是否相等的物件。

傳回值

true ,如果 error_condition 具有 _Right傳遞的 error_condition 物件不相等則為,否則 false

備註

成員運算子傳回 !(*this == _Right)。

需求

標題: <system_error>

命名空間: std

請參閱

參考

error_condition Class