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

Class read_some_handler

test/serial_port.cpp:42–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40};
41
42struct read_some_handler
43{
44 read_some_handler() {}
45 void operator()(const boost::system::error_code&, std::size_t) {}
46 read_some_handler(read_some_handler&&) {}
47private:
48 read_some_handler(const read_some_handler&);
49};
50
51void test()
52{

Callers 1

testFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected