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

Method write_some_at

test/write_at.cpp:95–101  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

93
94 template <typename Const_Buffers>
95 size_t write_some_at(boost::asio::uint64_t offset,
96 const Const_Buffers& buffers)
97 {
98 return boost::asio::buffer_copy(
99 boost::asio::buffer(data_, length_) + offset,
100 buffers, next_write_length_);
101 }
102
103 template <typename Const_Buffers>
104 size_t write_some_at(boost::asio::uint64_t offset,

Callers 2

testFunction · 0.45
testFunction · 0.45

Calls 2

buffer_copyFunction · 0.85
bufferFunction · 0.85

Tested by

no test coverage detected