Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CppCXY/EmmyLuaCodeStyle
/ make_error_code
Function
make_error_code
3rd/asio-1.24.0/include/asio/error.hpp:336–340 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
334
namespace error {
335
336
inline asio::error_code make_error_code(basic_errors e)
337
{
338
return asio::error_code(
339
static_cast<int>(e), get_system_category());
340
}
341
342
inline asio::error_code make_error_code(netdb_errors e)
343
{
Callers
1
error_code
Method · 0.70
Calls
1
error_code
Class · 0.85
Tested by
no test coverage detected