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

Method size

include/boost/asio/registered_buffer.hpp:194–197  ·  view source on GitHub ↗

Get the size of the memory range. * @returns buffer().size() . */

Source from the content-addressed store, hash-verified

192 * @returns <tt>buffer().size()</tt>.
193 */
194 std::size_t size() const noexcept
195 {
196 return buffer_.size();
197 }
198
199 /// Get the registered buffer identifier.
200 const registered_buffer_id& id() const noexcept

Callers 1

sizeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected