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

Class receive_handler

test/ip/tcp.cpp:165–172  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

163};
164
165struct receive_handler
166{
167 receive_handler() {}
168 void operator()(const boost::system::error_code&, std::size_t) {}
169 receive_handler(receive_handler&&) {}
170private:
171 receive_handler(const receive_handler&);
172};
173
174struct write_some_handler
175{

Callers 1

testFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected