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

Class read_some_at_handler

test/random_access_file.cpp:39–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37};
38
39struct read_some_at_handler
40{
41 read_some_at_handler() {}
42 void operator()(const boost::system::error_code&, std::size_t) {}
43 read_some_at_handler(read_some_at_handler&&) {}
44private:
45 read_some_at_handler(const read_some_at_handler&);
46};
47
48void test()
49{

Callers 1

testFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected