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