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

Class accept_handler

test/ip/tcp.cpp:715–722  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

713};
714
715struct accept_handler
716{
717 accept_handler() {}
718 void operator()(const boost::system::error_code&) {}
719 accept_handler(accept_handler&&) {}
720private:
721 accept_handler(const accept_handler&);
722};
723
724struct move_accept_handler
725{

Callers 1

testFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected