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

Method read

test/is_read_buffered.cpp:73–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71
72 template <typename Mutable_Buffers>
73 size_t read(const Mutable_Buffers&)
74 {
75 return 0;
76 }
77
78 template <typename Mutable_Buffers>
79 size_t read(const Mutable_Buffers&, boost::system::error_code& ec)

Callers 1

operator()Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected