Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HelenOS/helenos
/ value
Method
value
uspace/lib/cpp/src/system_error.cpp:146–149 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
144
}
145
146
int error_code::value() const noexcept
147
{
148
return val_;
149
}
150
151
const error_category& error_code::category() const noexcept
152
{
Callers
5
equivalent
Method · 0.80
operator<
Function · 0.80
operator==
Function · 0.80
system_error.hpp
File · 0.80
operator()
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected