A std::forward_iterator over the Chunks of a MultiBuf.
|
|
using | value_type = Chunk |
| |
|
using | difference_type = std::ptrdiff_t |
| |
|
using | reference = Chunk & |
| |
|
using | pointer = Chunk * |
| |
|
using | iterator_category = std::forward_iterator_tag |
| |
|
|
constexpr reference | operator* () const |
| |
|
constexpr pointer | operator-> () const |
| |
|
constexpr iterator & | operator++ () |
| |
|
constexpr iterator | operator++ (int) |
| |
|
constexpr bool | operator== (const iterator &other) const |
| |
|
constexpr bool | operator!= (const iterator &other) const |
| |
◆ 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: