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

Method size

include/boost/asio/registered_buffer.hpp:115–118  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

113 * @returns <tt>buffer().size()</tt>.
114 */
115 std::size_t size() const noexcept
116 {
117 return buffer_.size();
118 }
119
120 /// Get the registered buffer identifier.
121 const registered_buffer_id& id() const noexcept

Callers

nothing calls this directly

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected