MCPcopy 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
38inline std::error_code make_error_code( errc_a code )
39{
40 return std::error_code(int(code), cat_errc_a());
41}
42
43template <int> struct e_errc_a { std::error_code value; };
44

Callers 15

equivalentMethod · 0.70
testFunction · 0.70
test_voidFunction · 0.70
fFunction · 0.70
testFunction · 0.70
f_errcFunction · 0.70
f_errc_wrappedFunction · 0.70
mainFunction · 0.70
mainFunction · 0.70
test_resMethod · 0.70

Calls 1

error_codeEnum · 0.70

Tested by

no test coverage detected