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

◆ begin() [1/2]

template<typename T, typename Allocator = fl::allocator<T>>
iterator fl::HeapVector< T, Allocator >::begin ( )
inline

Definition at line 516 of file vector.h.

516{ return &mArray[0]; }

Referenced by fl::HeapVector< DrawItem >::HeapVector(), fl::AudioSample::begin(), fl::HeapVector< DrawItem >::find(), fl::HeapVector< DrawItem >::find(), fl::HeapVector< DrawItem >::find_if(), fl::HeapVector< DrawItem >::insert(), fl::HeapVector< DrawItem >::operator=(), and fl::HeapVector< DrawItem >::rend().

+ Here is the caller graph for this function: