(1) | bool operator== (const error_category& rhs) const noexcept; |
---|---|
(2) | bool operator!= (const error_category& rhs) const noexcept; |
(3) | bool operator< (const error_category& rhs) const noexcept; |
|
|
|
|
true
if both objects are the same, false
otherwise.