Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CppCXY/EmmyLuaCodeStyle
/ assign
Method
assign
3rd/asio-1.24.0/include/asio/error_code.hpp:112–116 ·
view source on GitHub ↗
Assign a new error value.
Source
from the content-addressed store, hash-verified
110
111
/// Assign a new error value.
112
void assign(int v, const error_category& c)
113
{
114
value_ = v;
115
category_ = &c;
116
}
117
118
/// Get the error value.
119
int value() const
Callers
13
Compute
Method · 0.45
Compute
Method · 0.45
clear
Function · 0.45
basic_socket
Function · 0.45
assign
Function · 0.45
basic_readable_pipe
Function · 0.45
assign
Function · 0.45
basic_socket_acceptor
Function · 0.45
assign
Function · 0.45
basic_writable_pipe
Function · 0.45
assign
Function · 0.45
basic_file
Function · 0.45
Calls
no outgoing calls
Tested by
1
Compute
Method · 0.36