FastLED 3.9.15
Loading...
Searching...
No Matches
array.h File Reference
#include "fl/stl/cstring.h"
#include "fl/stl/type_traits.h"
#include "fl/stl/bit_cast.h"
#include "fl/stl/new.h"
#include "fl/stl/allocator.h"
#include "fl/stl/initializer_list.h"
#include "fl/stl/alloca.h"
#include "fl/stl/noexcept.h"
+ Include dependency graph for array.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  fl::array< T, N >
 A fixed-size array implementation similar to std::array. More...
 
class  fl::array< T, 0 >
 

Namespaces

namespace  fl
 Base definition for an LED controller.
 

Functions

template<typename T, fl::size N>
bool fl::operator!= (const array< T, N > &lhs, const array< T, N > &rhs) FL_NOEXCEPT
 
template<typename T, fl::size N>
bool fl::operator< (const array< T, N > &lhs, const array< T, N > &rhs) FL_NOEXCEPT
 
template<typename T, fl::size N>
bool fl::operator<= (const array< T, N > &lhs, const array< T, N > &rhs) FL_NOEXCEPT
 
template<typename T, fl::size N>
bool fl::operator== (const array< T, N > &lhs, const array< T, N > &rhs) FL_NOEXCEPT
 
template<typename T, fl::size N>
bool fl::operator> (const array< T, N > &lhs, const array< T, N > &rhs) FL_NOEXCEPT
 
template<typename T, fl::size N>
bool fl::operator>= (const array< T, N > &lhs, const array< T, N > &rhs) FL_NOEXCEPT
 
template<typename T, fl::size N>
void fl::swap (array< T, N > &lhs, array< T, N > &rhs) FL_NOEXCEPT
 
template<fl::size N, typename T>
array< T, N > fl::to_array (fl::span< const T, fl::size(-1)> s) FL_NOEXCEPT
 
template<typename T, fl::size N>
array< T, N > fl::to_array (fl::span< const T, N > s) FL_NOEXCEPT