![]() |
Speeduino
|
Minimal polyfill for the standard library array, since it isn't available with avr-gcc. More...
#include <stdint.h>
Go to the source code of this file.
Classes | |
| struct | array< T, N > |
Functions | |
| template<typename T > | |
| static constexpr void | copy (T *target, size_t N, const T *src, size_t M) |
| A free function to populate a C-style array from a source C-style array. | |
| template<typename T , size_t N, size_t M> | |
| static constexpr void | copy (T(&target)[N], const T(&src)[M]) |
| A free function to populate a C-style array from a source C-style array. | |
Minimal polyfill for the standard library array, since it isn't available with avr-gcc.
A free function to populate a C-style array from a source C-style array.
