boost::capy::flat_dynamic_buffer::consume

Remove bytes from the beginning of the input sequence.

Synopsis

void
consume(std::size_t n) noexcept;

Description

Invalidates buffer sequences previously obtained from data. Buffer sequences from prepare remain valid.

Parameters

Name Description

n

The number of bytes to consume. If greater than size(), all readable bytes are consumed.

Created with MrDocs