boost::capy::any_buffer_source::consume
Consume bytes from the source.
Description
Advances the internal read position of the underlying source by the specified number of bytes. The next call to pull returns data starting after the consumed bytes.
Preconditions
The wrapper must contain a valid source (has_value() == true).