boost::capy::buffer_param::more

Check if more buffers exist beyond the current window.

Synopsis

bool
more() const noexcept;

Description

Returns true if the underlying buffer sequence has additional buffers that have not yet been loaded into the current window. Call after data to determine whether the current window is the last one.

Return Value

true if more buffers remain in the sequence.

Created with MrDocs