Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boostorg/beast
/ operator()
Method
operator()
example/echo-op/echo_op.cpp:339–343 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
337
move_only_handler(move_only_handler const&) = delete;
338
339
void operator()(beast::error_code ec)
340
{
341
if(ec)
342
std::cerr <<
": "
<< ec.message() << std::endl;
343
}
344
};
345
346
int main(int argc, char** argv)
Callers
nothing calls this directly
Calls
1
message
Method · 0.80
Tested by
no test coverage detected