|
FastLED 3.9.15
|
#include "fl/stdint.h"
Include dependency graph for range_access.h:Go to the source code of this file.
Namespaces | |
| namespace | fl |
| IMPORTANT! | |
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, fl::size 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, fl::size N> | |
| constexpr T * | fl::end (T(&array)[N]) noexcept |