Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boostorg/asio
/ operator()
Method
operator()
test/bind_immediate_executor.cpp:80–80 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
78
{
79
explicit incrementer_handler_v1(incrementer_token_v1 t) : count(t.count) {}
80
void operator()(){ increment(count); }
81
int* count;
82
};
83
Callers
nothing calls this directly
Calls
1
increment
Function · 0.70
Tested by
no test coverage detected