Sound Byte Libs 1ee2ca6
C++ firmware library for audio applications on 32-bit ARM Cortex-M processors
Loading...
Searching...
No Matches
Classes | Namespaces
fixed_array.hpp File Reference

Fixed-size array wrapper for ARM Cortex-M systems. More...

#include <cstdint>
Include dependency graph for fixed_array.hpp:

Go to the source code of this file.

Classes

class  sbl::core::primitives::containers::Array< T, N >
 Fixed-size array container. More...
 

Namespaces

namespace  sbl
 Root namespace for all Sound Byte Libs functionality.
 
namespace  sbl::core
 
namespace  sbl::core::primitives
 
namespace  sbl::core::primitives::containers
 

Detailed Description

Fixed-size array wrapper for ARM Cortex-M systems.

Provides std::array-like functionality for ARM Cortex-M platforms that may not have full STL support. All storage is statically allocated with zero dynamic memory usage.

Definition in file fixed_array.hpp.