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

Class read_some_handler

test/ip/tcp.cpp:183–190  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

181};
182
183struct read_some_handler
184{
185 read_some_handler() {}
186 void operator()(const boost::system::error_code&, std::size_t) {}
187 read_some_handler(read_some_handler&&) {}
188private:
189 read_some_handler(const read_some_handler&);
190};
191
192void test()
193{

Callers 1

testFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected