#include <alpaqa/include/alpaqa/util/ringbuffer.hpp>
Definition at line 9 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 10 of file ringbuffer.hpp.
|
inline |
Definition at line 11 of file ringbuffer.hpp.
|
related |
Definition at line 19 of file ringbuffer.hpp.
|
related |
Definition at line 25 of file ringbuffer.hpp.
Index zerobased |
Definition at line 13 of file ringbuffer.hpp.
Index circular |
Definition at line 14 of file ringbuffer.hpp.