Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_type
Method · 0.85
~basic_executor_type
Method · 0.85
require
Method · 0.85
basic_executor_type<OtherAllocator, Bits> require
Method · 0.85
io_context.hpp
File · 0.85
basic_executor_type
Function · 0.85
io_context.hpp
File · 0.85
running_in_this_thread
Method · 0.85
execute
Method · 0.85
on_work_started
Method · 0.85
on_work_finished
Method · 0.85
dispatch
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected