MCPcopy Create free account
hub / github.com/boostorg/asio / operator()

Method operator()

test/bind_executor.cpp:83–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

81{
82 explicit incrementer_handler_v1(incrementer_token_v1 t) : count(t.count) {}
83 void operator()(boost::system::error_code){ increment(count); }
84 int* count;
85};
86

Callers

nothing calls this directly

Calls 1

incrementFunction · 0.70

Tested by

no test coverage detected