MCPcopy Create free account
hub / github.com/boostorg/asio / void_function_object

Class void_function_object

test/defer.cpp:57–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55}
56
57struct void_function_object
58{
59 void_function_object() = default;
60 void_function_object(void_function_object&&) = default;
61
62 void operator()() &&
63 {
64 ++function_count;
65 }
66};
67
68void void_handler(int* count)
69{

Callers 1

defer_function_testFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected