MCPcopy 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

26namespace bindns = std;
27
28void increment(int* count)
29{
30 ++(*count);
31}
32
33void bind_immediate_executor_to_function_object_test()
34{

Callers 1

operator()Method · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected