A const std::forward_iterator
over the bytes of a MultiBuf
.
More...
|
using | value_type = std::byte |
|
using | difference_type = std::ptrdiff_t |
|
using | reference = const std::byte & |
|
using | pointer = const std::byte * |
|
using | iterator_category = std::forward_iterator_tag |
|
A const std::forward_iterator
over the bytes of a MultiBuf
.
◆ byte_index()
constexpr size_t pw::multibuf::MultiBuf::const_iterator::byte_index |
( |
| ) |
const |
|
inlineconstexpr |
Returns the index of the byte pointed to by this iterator
within the current Chunk
.
◆ MultiBuf
MultiBuf interface with mutable data and the option of adding layered data views.
The documentation for this class was generated from the following file: