Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
256
inline void clear(asio::error_code& ec)
257
{
258
ec.assign(0, ec.category());
259
}
260
261
inline const asio::error_category& get_system_category()
262
{
Callers
3
consume
Method · 0.50
signal_set_service
Class · 0.50
get_last_error
Function · 0.50
Calls
1
assign
Method · 0.45
Tested by
no test coverage detected