error_category::operator==

error_category のオブジェクトの等価性のテスト。

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

パラメーター

パラメーター

説明

_Right

等価性をテストするオブジェクト。

戻り値

オブジェクトが等しいtrue ; オブジェクトがではない false

解説

このメンバー演算子は this == &_Rightを返します。

必要条件

ヘッダー: <system_error>

名前空間: std

参照

関連項目

error_category Class