Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boostorg/leaf
/ make_error_code
Function
make_error_code
test/_test_ec.hpp:38–41 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
36
}
37
38
inline std::error_code make_error_code( errc_a code )
39
{
40
return std::error_code(int(code), cat_errc_a());
41
}
42
43
template <int> struct e_errc_a { std::error_code value; };
44
Callers
15
equivalent
Method · 0.70
test
Function · 0.70
test_void
Function · 0.70
nlohmann_json_encoder_test.cpp
File · 0.70
f
Function · 0.70
test
Function · 0.70
f_errc
Function · 0.70
f_errc_wrapped
Function · 0.70
main
Function · 0.70
main
Function · 0.70
boost_json_encoder_test.cpp
File · 0.70
test_res
Method · 0.70
Calls
1
error_code
Enum · 0.70
Tested by
no test coverage detected