Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boostorg/asio
/ increment
Function
increment
test/bind_executor.cpp:30–33 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
28
namespace chronons = boost::asio::chrono;
29
30
void increment(int* count)
31
{
32
++(*count);
33
}
34
35
void bind_executor_to_function_object_test()
36
{
Callers
1
operator()
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected