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

Class write_some_handler

test/writable_pipe.cpp:30–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28namespace writable_pipe_compile {
29
30struct write_some_handler
31{
32 write_some_handler() {}
33 void operator()(const boost::system::error_code&, std::size_t) {}
34 write_some_handler(write_some_handler&&) {}
35private:
36 write_some_handler(const write_some_handler&);
37};
38
39struct read_some_handler
40{

Callers 1

testFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected