sdi_toolBox
Classes | Namespaces
ringBuffer.h File Reference
#include <array>
#include <cstddef>
#include <optional>
Include dependency graph for ringBuffer.h:
This graph shows which files directly or indirectly include this file:

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.