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

Function context_ptr

3rd/asio-1.24.0/include/asio/io_context.hpp:1127–1130  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1125 }
1126
1127 io_context* context_ptr() const ASIO_NOEXCEPT
1128 {
1129 return reinterpret_cast<io_context*>(target_ & ~runtime_bits);
1130 }
1131
1132 uintptr_t bits() const ASIO_NOEXCEPT
1133 {

Callers 14

basic_executor_typeMethod · 0.85
~basic_executor_typeMethod · 0.85
requireMethod · 0.85
io_context.hppFile · 0.85
basic_executor_typeFunction · 0.85
io_context.hppFile · 0.85
executeMethod · 0.85
on_work_startedMethod · 0.85
on_work_finishedMethod · 0.85
dispatchMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected