|
M5Utility 0.0.8 git rev:f3e2efe
|
Circular buffer with STL-like interface. More...
#include <cstddef>#include <vector>#include <iterator>#include <cassert>#include "../stl/optional.hpp"Go to the source code of this file.
Classes | |
| class | m5::container::CircularBuffer< T > |
| Type CircularBuffer giving size in constructor. More... | |
| class | m5::container::FixedCircularBuffer< T, N > |
| Type CircularBuffer giving size in template parameter. More... | |
Namespaces | |
| namespace | m5 |
| Top level namespace of M5. | |
Circular buffer with STL-like interface.