FastLED 3.9.15
|
#include <string.h>
#include "fl/inplacenew.h"
#include "fl/memfill.h"
#include "fl/type_traits.h"
#include "fl/bit_cast.h"
#include "fl/initializer_list.h"
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 |
IMPORTANT! | |
Macros | |
#define | FASTLED_STACK_ARRAY(TYPE, NAME, SIZE) |
#define | FASTLED_VARIABLE_LENGTH_ARRAY_NEEDS_EMULATION 0 |
Functions | |
template<typename T, fl::size N> | |
bool | fl::operator!= (const array< T, N > &lhs, const array< T, N > &rhs) |
template<typename T, fl::size N> | |
bool | fl::operator== (const array< T, N > &lhs, const array< T, N > &rhs) |
template<typename T, fl::size N> | |
void | fl::swap (array< T, N > &lhs, array< T, N > &rhs) noexcept(noexcept(lhs.swap(rhs))) |