FastLED 3.9.15
Loading...
Searching...
No Matches
range_access.h File Reference
#include "fl/stdint.h"
+ Include dependency graph for range_access.h:

Go to the source code of this file.

Namespaces

namespace  fl
 Implements a simple red square effect for 2D LED grids.
 

Functions

template<typename Container>
constexpr auto fl::begin (const Container &c) -> decltype(c.begin())
 
template<typename Container>
constexpr auto fl::begin (Container &c) -> decltype(c.begin())
 
template<typename T, size_t N>
constexpr T * fl::begin (T(&array)[N]) noexcept
 
template<typename Container>
constexpr auto fl::end (const Container &c) -> decltype(c.end())
 
template<typename Container>
constexpr auto fl::end (Container &c) -> decltype(c.end())
 
template<typename T, size_t N>
constexpr T * fl::end (T(&array)[N]) noexcept