libboxes
boxes is a set of specialised containers built on top of STL
|
Implements a fixed-size double-ended queue. More...
#include "compiler.hpp"
#include <array>
#include <stdexcept>
Go to the source code of this file.
Classes | |
class | boxes::RingBuffer< T, SizeV > |
Implements a fixed-size double ended queue. More... | |
Implements a fixed-size double-ended queue.
Copyright 2024 Tomasz Wisniewski twdev.nosp@m..blo.nosp@m.gger@.nosp@m.gmai.nosp@m.l.com
Definition in file ring_buffer.hpp.