#include <memory>#include <vector>

Go to the source code of this file.
Classes | |
| class | StaticCircularBuffer< T, Allocator > |
| CircularBuffer implementation that does not perform allocations/deallocations outside of the constructor, destructor and resize methods. More... | |