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

Method write

test/is_read_buffered.cpp:52–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50
51 template <typename Const_Buffers>
52 size_t write(const Const_Buffers&)
53 {
54 return 0;
55 }
56
57 template <typename Const_Buffers>
58 size_t write(const Const_Buffers&, boost::system::error_code& ec)

Callers 1

operator()Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected