Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HelenOS/helenos
/ equivalent
Method
equivalent
uspace/lib/cpp/src/system_error.cpp:44–47 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
42
}
43
44
bool error_category::equivalent(int code, const error_condition& cond) const noexcept
45
{
46
return default_error_condition(code) == cond;
47
}
48
49
bool error_category::equivalent(const error_code& ec, int cond) const noexcept
50
{
Callers
1
operator==
Function · 0.80
Calls
1
value
Method · 0.80
Tested by
no test coverage detected