File ring_buffer.hpp¶
FileList > include > loon > ring_buffer.hpp
Go to the source code of this file
Fixed-size ring buffer (circular queue) implementation.
#include <array>#include <cstddef>#include <optional>
Namespaces¶
| Type | Name |
|---|---|
| namespace | loon |
Classes¶
| Type | Name |
|---|---|
| class | RingBuffer <typename T, N> A fixed-size circular buffer (ring buffer) with FIFO semantics. |
The documentation for this class was generated from the following file include/loon/ring_buffer.hpp