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

◆ begin() [3/3]

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

Definition at line 9 of file range_access.h.

9 {
10 return array;
11}
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::InlinedMemoryBlock< T, N >::memory(), and fl::InlinedMemoryBlock< T, N >::memory().

+ Here is the caller graph for this function: