|
loon
High-performance header-only C++ library for low-latency applications
|
Fixed-size ring buffer (circular queue) implementation. More...
#include <array>#include <cstddef>#include <optional>Go to the source code of this file.
Classes | |
| class | loon::RingBuffer< T, N > |
| A fixed-size circular buffer (ring buffer) with FIFO semantics. More... | |
Fixed-size ring buffer (circular queue) implementation.
Definition in file ring_buffer.hpp.