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 40 of file range_access.h.

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