MCPcopy 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

28namespace chronons = boost::asio::chrono;
29
30void increment(int* count)
31{
32 ++(*count);
33}
34
35void bind_executor_to_function_object_test()
36{

Callers 1

operator()Method · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected