MCPcopy Create free account
hub / github.com/HelenOS/helenos / operator==

Function operator==

uspace/lib/cpp/src/system_error.cpp:223–226  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

221 }
222
223 bool operator==(const error_code& lhs, const error_code& rhs) noexcept
224 {
225 return lhs.category() == rhs.category() && lhs.value() == rhs.value();
226 }
227
228 bool operator==(const error_code& lhs, const error_condition& rhs) noexcept
229 {

Callers

nothing calls this directly

Calls 2

valueMethod · 0.80
equivalentMethod · 0.80

Tested by

no test coverage detected