MCPcopy Create free account
hub / github.com/boostorg/leaf / make_error_code

Function make_error_code

test/context_deduction_test.cpp:68–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66}
67
68std::error_code make_error_code(my_error_code e)
69{
70 return std::error_code(static_cast<int>(e), get_my_error_code_category());
71}
72
73namespace std
74{

Callers

nothing calls this directly

Calls 1

error_codeEnum · 0.70

Tested by

no test coverage detected