Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boostorg/asio
/ move_only_result_handler
Function
move_only_result_handler
test/dispatch.cpp:92–97 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
90
};
91
92
void move_only_result_handler(
93
move_only_result result_in, int* count, int* result_out)
94
{
95
++(*count);
96
*result_out = result_in.value();
97
}
98
99
void dispatch_no_args_test()
100
{
Callers
nothing calls this directly
Calls
1
value
Method · 0.45
Tested by
no test coverage detected