|
sdi_toolBox
|
#include <array>#include <cstddef>#include <optional>

Go to the source code of this file.
Classes | |
| class | RingBuffer< T, CAPACITY > |
| Fixed-size ring (circular) buffer with compile-time capacity and overwrite-on-full behavior. More... | |
Namespaces | |
| namespace | sdi_toolBox |
| Root namespace for the sdi_toolBox library. | |
| namespace | sdi_toolBox::common |
| Cross-platform, reusable components shared across all sdi_toolBox modules. | |
| namespace | sdi_toolBox::common::utils |
| General-purpose utility functions shared across all sdi_toolBox modules. | |