Lines Matching refs:lhs
127 bool operator==(const error_code& lhs, const error_code& rhs) noexcept;
128 bool operator==(const error_code& lhs, const error_condition& rhs) noexcept;
129 bool operator==(const error_condition& lhs, const error_code& rhs) noexcept; // re…
130 bool operator==(const error_condition& lhs, const error_condition& rhs) noexcept;
131 bool operator!=(const error_code& lhs, const error_code& rhs) noexcept; // re…
132 bool operator!=(const error_code& lhs, const error_condition& rhs) noexcept; // re…
133 bool operator!=(const error_condition& lhs, const error_code& rhs) noexcept; // re…
134 bool operator!=(const error_condition& lhs, const error_condition& rhs) noexcept; // re…
135 bool operator<(const error_condition& lhs, const error_condition& rhs) noexcept; // re…
136 bool operator<(const error_code& lhs, const error_code& rhs) noexcept; // re…
137 strong_ordering operator<=>(const error_code& lhs, const error_code& rhs) noexcept; // C+…
138 strong_ordering operator<=>(const error_condition& lhs, const error_condition& rhs) noexcept; // C+…