MCPcopy Create free account
hub / github.com/boostorg/asio / make_error_code

Function make_error_code

include/boost/asio/error.hpp:344–348  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

342namespace error {
343
344inline boost::system::error_code make_error_code(basic_errors e)
345{
346 return boost::system::error_code(
347 static_cast<int>(e), get_system_category());
348}
349
350inline boost::system::error_code make_error_code(netdb_errors e)
351{

Callers 1

watchdogFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected