FastLED 3.9.15
Loading...
Searching...
No Matches

◆ end() [1/3]

template<typename Container>
auto fl::end ( const Container & c) -> decltype(c.end())
constexpr

Definition at line 39 of file range_access.h.

39 {
40 return c.end();
41}