libboxes
boxes is a set of specialised containers built on top of STL
Classes
ring_buffer.hpp File Reference

Implements a fixed-size double-ended queue. More...

#include "compiler.hpp"
#include <array>
#include <stdexcept>
Include dependency graph for ring_buffer.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  boxes::RingBuffer< T, SizeV >
 Implements a fixed-size double ended queue. More...
 

Detailed Description

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.