boost::capy::buffer_param::data

Return the current window of buffer descriptors.

Synopsis

std::span<buffer_type>
data();

Description

Returns a span of buffer descriptors representing the currently available portion of the buffer sequence. The span contains at most max_size buffers.

When the current window is exhausted, this function automatically refills from the underlying sequence.

Return Value

A span of buffer descriptors. Empty span indicates no more data is available.

Created with MrDocs