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

Function compose_1_arg_handler

test/composed.cpp:162–166  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

160}
161
162void compose_1_arg_handler(int* count, int* result_out, int result)
163{
164 ++(*count);
165 *result_out = result;
166}
167
168struct compose_1_arg_lvalue_handler
169{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected