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 584 of file vector.h.

584 {
585 return mArray ? &mArray[0] : nullptr;
586 }

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

+ Here is the caller graph for this function: