Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext
buffers_adaptor::capacity

Return the maximum number of bytes, both readable and writable, that can be held without requiring an allocation.

Synopsis
std::size_t
capacity() const;
Description

PrevUpHomeNext