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