MCPcopy Create free account
hub / github.com/CppCXY/EmmyLuaCodeStyle / error_code

Method error_code

3rd/asio-1.24.0/include/asio/error_code.hpp:84–88  ·  view source on GitHub ↗

Default constructor.

Source from the content-addressed store, hash-verified

82public:
83 /// Default constructor.
84 error_code()
85 : value_(0),
86 category_(&system_category())
87 {
88 }
89
90 /// Construct with specific error code and category.
91 error_code(int v, const error_category& c)

Callers

nothing calls this directly

Calls 1

make_error_codeFunction · 0.70

Tested by

no test coverage detected