Constant iterator class.
More...
#include <circular_buffer.h>
template<typename T>
class spore::CircularBuffer< T >::const_iterator
Constant iterator class.
◆ const_iterator()
◆ operator*()
Iterator dereferencing operator. Returns a constant reference to the buffer content at the current location.
◆ operator++()
Iterator increment. Wraps around at limits of the buffer.
◆ operator--()
Iterator decrement. Wraps around at limits of the buffer.
The documentation for this class was generated from the following file: