#include <quala/util/ringbuffer.hpp>
Definition at line 48 of file ringbuffer.hpp.
Public Types | |
using | Index = IndexT |
Public Member Functions | |
CircularIndices (Index zerobased, Index circular) | |
Public Attributes | |
Index | zerobased |
Index | circular |
Related Functions | |
(Note that these are not member functions.) | |
template<class IndexT > | |
bool | operator== (CircularIndices< IndexT > a, CircularIndices< IndexT > b) |
template<class IndexT > | |
bool | operator!= (CircularIndices< IndexT > a, CircularIndices< IndexT > b) |
using Index = IndexT |
Definition at line 49 of file ringbuffer.hpp.
|
inline |
Definition at line 50 of file ringbuffer.hpp.
|
related |
Definition at line 58 of file ringbuffer.hpp.
|
related |
Definition at line 64 of file ringbuffer.hpp.
Index zerobased |
Definition at line 52 of file ringbuffer.hpp.
Index circular |
Definition at line 53 of file ringbuffer.hpp.