Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boostorg/leaf
/ error_code
Enum
error_code
test/handle_basic_test.cpp:20–25 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
18
template <int Tag> struct info { int value;};
19
20
enum class error_code
21
{
22
error1=1,
23
error2,
24
error3
25
};
26
27
struct error1_tag { };
28
struct error2_tag { };
Callers
5
make_error_code
Function · 0.70
make_error_code
Function · 0.70
error_id
Method · 0.50
error_id
Class · 0.50
category
Function · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected