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

Method capacity

include/boost/asio/basic_streambuf.hpp:412–415  ·  view source on GitHub ↗

Get the current capacity of the dynamic buffer.

Source from the content-addressed store, hash-verified

410
411 /// Get the current capacity of the dynamic buffer.
412 std::size_t capacity() const noexcept
413 {
414 return sb_.capacity();
415 }
416
417 /// Get a list of buffers that represents the input sequence.
418 const_buffers_type data() const noexcept

Callers

nothing calls this directly

Calls 1

capacityMethod · 0.45

Tested by

no test coverage detected