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

Method const_buffer

include/boost/asio/buffer.hpp:234–238  ·  view source on GitHub ↗

Construct an empty buffer.

Source from the content-addressed store, hash-verified

232public:
233 /// Construct an empty buffer.
234 const_buffer() noexcept
235 : data_(0),
236 size_(0)
237 {
238 }
239
240 /// Construct a buffer to represent a given memory range.
241 const_buffer(const void* data, std::size_t size) noexcept

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected