Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boostorg/asio
/ incrementer_token_v2
Class
incrementer_token_v2
test/bind_executor.cpp:125–129 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
123
}
124
125
struct incrementer_token_v2
126
{
127
explicit incrementer_token_v2(int* c) : count(c) {}
128
int* count;
129
};
130
131
namespace boost {
132
namespace asio {
Callers
2
bind_executor_to_completion_token_v2_test
Function · 0.70
partial_bind_executor_test
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected