Elementa v8.0.0
Minimalistic library for any C++ application (C++11 and up)
Loading...
Searching...
No Matches
circularbuffers.h File Reference
#include "elementa/license.inc"
#include "elementa/checks.inc"
#include <vector>
#include "elementa/base/exceptions.h"
Include dependency graph for circularbuffers.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  elementa::adts::CircularBuffer< ElemType >
 A circular buffer with fixed size, contiguous storage and generic elements. More...