boost::capy::consuming_buffers::consume
Consume n bytes from the buffer sequence.
Description
Advances the current position by n bytes, moving to the next buffer when the current one is exhausted.
Parameters
| Name | Description |
|---|---|
n |
The number of bytes to consume. |
Created with MrDocs