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

Function throw_error

3rd/asio-1.24.0/include/asio/detail/throw_error.hpp:36–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34 ASIO_SOURCE_LOCATION_PARAM);
35
36inline void throw_error(
37 const asio::error_code& err
38 ASIO_SOURCE_LOCATION_DEFAULTED_PARAM)
39{
40 if (err)
41 do_throw_error(err ASIO_SOURCE_LOCATION_ARG);
42}
43
44inline void throw_error(
45 const asio::error_code& err,

Callers 15

basic_signal_setMethod · 0.85
addMethod · 0.85
removeMethod · 0.85
clearMethod · 0.85
cancelMethod · 0.85
basic_waitable_timerMethod · 0.85
cancelMethod · 0.85
cancel_oneMethod · 0.85
expires_atMethod · 0.85
expires_afterMethod · 0.85
expires_from_nowMethod · 0.85
waitMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected