MCPcopy 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

18template <int Tag> struct info { int value;};
19
20enum class error_code
21{
22 error1=1,
23 error2,
24 error3
25};
26
27struct error1_tag { };
28struct error2_tag { };

Callers 5

make_error_codeFunction · 0.70
make_error_codeFunction · 0.70
error_idMethod · 0.50
error_idClass · 0.50
categoryFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected