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

Class write_some_handler

test/serial_port.cpp:33–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31namespace serial_port_compile {
32
33struct write_some_handler
34{
35 write_some_handler() {}
36 void operator()(const boost::system::error_code&, std::size_t) {}
37 write_some_handler(write_some_handler&&) {}
38private:
39 write_some_handler(const write_some_handler&);
40};
41
42struct read_some_handler
43{

Callers 1

testFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected