MCPcopy Create free account
hub / github.com/boostorg/asio / mutable_buffer buffer

Function mutable_buffer buffer

include/boost/asio/buffer.hpp:870–874  ·  view source on GitHub ↗

Create a new modifiable buffer from an existing buffer. * @returns mutable_buffer(b) . */

Source from the content-addressed store, hash-verified

868 * @returns <tt>mutable_buffer(b)</tt>.
869 */
870BOOST_ASIO_NODISCARD inline mutable_buffer buffer(
871 const mutable_buffer& b) noexcept
872{
873 return mutable_buffer(b);
874}
875
876/// Create a new modifiable buffer from an existing buffer.
877/**

Callers

nothing calls this directly

Calls 8

mutable_bufferClass · 0.85
to_addressFunction · 0.85
bufferFunction · 0.85
dataMethod · 0.45
sizeMethod · 0.45
beginMethod · 0.45
subspanMethod · 0.45

Tested by

no test coverage detected