boost::capy::mutable_buffer::operator+=
Advance the buffer start, shrinking the region.
Synopsis
Declared in <boost/capy/buffers.hpp>
mutable_buffer&
operator+=(std::size_t n) noexcept;
Parameters
| Name | Description |
|---|---|
n |
Bytes to skip. Clamped to |
Created with MrDocs