MCPcopy Create free account
hub / github.com/boostorg/beast / move_only_handler

Method move_only_handler

example/echo-op/echo_op.cpp:335–335  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

333struct move_only_handler
334{
335 move_only_handler() = default;
336 move_only_handler(move_only_handler&&) = default;
337 move_only_handler(move_only_handler const&) = delete;
338

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected