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

Function clear

3rd/asio-1.24.0/include/asio/error.hpp:256–259  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

254 // && (BOOST_VERSION >= 107900)
255
256inline void clear(asio::error_code& ec)
257{
258 ec.assign(0, ec.category());
259}
260
261inline const asio::error_category& get_system_category()
262{

Callers 3

consumeMethod · 0.50
signal_set_serviceClass · 0.50
get_last_errorFunction · 0.50

Calls 1

assignMethod · 0.45

Tested by

no test coverage detected