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

Method size

include/boost/asio/buffer.hpp:188–191  ·  view source on GitHub ↗

Get the size of the memory range.

Source from the content-addressed store, hash-verified

186
187 /// Get the size of the memory range.
188 std::size_t size() const noexcept
189 {
190 return size_;
191 }
192
193 /// Move the start of the buffer by the specified number of bytes.
194 mutable_buffer& operator+=(std::size_t n) noexcept

Callers 15

buffers_iteratorClass · 0.45
incrementFunction · 0.45
decrementFunction · 0.45
advanceFunction · 0.45
mutable_bufferMethod · 0.45
const_bufferClass · 0.45
buffer.hppFile · 0.45
buffer_sizeFunction · 0.45
operator+Function · 0.45
mutable_buffer bufferFunction · 0.45
const_buffer bufferFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected