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

◆ end() [2/3]

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

Definition at line 33 of file range_access.h.

33 {
34 return c.end();
35}