|
Sound Byte Libs 1ee2ca6
C++ firmware library for audio applications on 32-bit ARM Cortex-M processors
|
Fixed-size array wrapper for ARM Cortex-M systems. More...
#include <cstdint>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 |
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.