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

Function make_error_code

src/error.cpp:16–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14}
15
16system::error_code make_error_code(error e)
17{
18 return system::error_code(static_cast<int>(e), cobalt_category());
19}
20
21}
22

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected