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

Method testMoveOnly

test/beast/websocket/write.cpp:616–624  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

614 }
615
616 void
617 testMoveOnly()
618 {
619 net::io_context ioc;
620 stream<test::stream> ws{ioc};
621 ws.async_write_some(
622 true, net::const_buffer{},
623 move_only_handler{});
624 }
625
626 struct copyable_handler
627 {

Callers

nothing calls this directly

Calls 1

async_write_someMethod · 0.80

Tested by

no test coverage detected