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

◆ end() [3/3]

template<typename T, size_t N>
T * fl::end ( T(&) array[N])
constexprnoexcept

Definition at line 15 of file range_access.h.

15 {
16 return array + N;
17}
A fixed-size array implementation similar to std::array.
Definition array.h:19

Referenced by fl::AudioSampleImpl::assign(), LedRopeTCL::Draw(), LedRopeTCL::DrawSequentialRepeat(), fl::StrN< SIZE >::substring(), time_alpha16(), time_alpha8(), time_alphaf(), traverseGridSegment(), traverseGridSegment16(), traverseGridSegment32(), traverseGridSegmentFloat(), and fl::StrN< SIZE >::trim().

+ Here is the caller graph for this function: