MCPcopy Create free account
hub / github.com/alibaba/async_simple / clear

Method clear

demo_example/asio/asio/error_code.hpp:105–109  ·  view source on GitHub ↗

Clear the error value to the default.

Source from the content-addressed store, hash-verified

103
104 /// Clear the error value to the default.
105 void clear()
106 {
107 value_ = 0;
108 category_ = &system_category();
109 }
110
111 /// Assign a new error value.
112 void assign(int v, const error_category& c)

Callers 4

stopMethod · 0.45
url_decodeMethod · 0.45
url_decodeMethod · 0.45
setbufMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected