boost::capy::buffer_param::consume
Consume bytes from the buffer sequence.
Description
Advances the current position by n bytes, consuming data from the front of the sequence. Partially consumed buffers are adjusted in place.
Parameters
| Name | Description |
|---|---|
n |
Number of bytes to consume. |
Created with MrDocs