A std::forward_iterator
over the Chunk
s of a MultiBuf
.
More...
#include <multibuf.h>
|
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 |
|
|
class | MultiBufChunks |
|
class | MultiBuf |
|
A std::forward_iterator
over the Chunk
s of a MultiBuf
.
The documentation for this class was generated from the following file: