error_code::operator! =
error_code のオブジェクトの非等値のテスト。
bool operator!=(const error_code& _Right) const;
パラメーター
パラメーター |
説明 |
---|---|
_Right |
非等値をテストするオブジェクト。 |
戻り値
error_code のオブジェクトが _Rightで渡される error_code のオブジェクトと等しくないtrue ; それ false。
解説
このメンバー演算子は、!(*this == _Right) を返します。
必要条件
ヘッダー: <system_error>
名前空間: std