FastLED 3.9.15
|
Go to the source code of this file.
Classes | |
class | fl::array< T, N > |
A fixed-size array implementation similar to std::array. More... | |
Namespaces | |
namespace | fl |
Implements a simple red square effect for 2D LED grids. | |
Macros | |
#define | FASTLED_STACK_ARRAY(TYPE, NAME, SIZE) |
#define | FASTLED_VARIABLE_LENGTH_ARRAY_NEEDS_EMULATION 0 |
Functions | |
template<typename T, size_t N> | |
bool | fl::operator!= (const array< T, N > &lhs, const array< T, N > &rhs) |
template<typename T, size_t N> | |
bool | fl::operator== (const array< T, N > &lhs, const array< T, N > &rhs) |
template<typename T, size_t N> | |
void | fl::swap (array< T, N > &lhs, array< T, N > &rhs) noexcept(noexcept(lhs.swap(rhs))) |