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

◆ end() [3/3]

template<typename T, fl::size 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:27

Referenced by fl::UIDropdownImpl::UIDropdownImpl(), fl::AudioSampleImpl::assign(), LedRopeTCL::Draw(), LedRopeTCL::DrawSequentialRepeat(), FASTLED_SMART_PTR(), fl::InlinedVector< T, INLINED_SIZE >::find_if(), fl::detail::heap_sort(), fl::detail::sift_down(), time_alpha16(), time_alpha8(), time_alphaf(), traverseGridSegment(), traverseGridSegment16(), traverseGridSegment32(), and traverseGridSegmentFloat().

+ Here is the caller graph for this function: