Pigweed
 
Loading...
Searching...
No Matches
pw::multibuf::MultiBufChunks::iterator Class Reference

A std::forward_iterator over the Chunks of a MultiBuf. More...

#include <multibuf.h>

Public Types

using value_type = Chunk
 
using difference_type = std::ptrdiff_t
 
using reference = Chunk &
 
using pointer = Chunk *
 
using iterator_category = std::forward_iterator_tag
 

Public Member Functions

constexpr reference operator* () const
 
constexpr pointer operator-> () const
 
constexpr iteratoroperator++ ()
 
constexpr iterator operator++ (int)
 
constexpr bool operator== (const iterator &other) const
 
constexpr bool operator!= (const iterator &other) const
 

Friends

class MultiBufChunks
 
class MultiBuf
 

Detailed Description

A std::forward_iterator over the Chunks of a MultiBuf.


The documentation for this class was generated from the following file: