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

Class write_some_handler

test/ip/tcp.cpp:174–181  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

172};
173
174struct write_some_handler
175{
176 write_some_handler() {}
177 void operator()(const boost::system::error_code&, std::size_t) {}
178 write_some_handler(write_some_handler&&) {}
179private:
180 write_some_handler(const write_some_handler&);
181};
182
183struct read_some_handler
184{

Callers 1

testFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected