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

Class move_accept_handler

test/ip/tcp.cpp:724–732  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

722};
723
724struct move_accept_handler
725{
726 move_accept_handler() {}
727 void operator()(
728 const boost::system::error_code&, boost::asio::ip::tcp::socket) {}
729 move_accept_handler(move_accept_handler&&) {}
730private:
731 move_accept_handler(const move_accept_handler&) {}
732};
733
734struct move_accept_ioc_handler
735{

Callers 1

testFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected