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

◆ end() [1/2]

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

Definition at line 590 of file vector.h.

590 {
591 return mArray ? &mArray[mSize] : nullptr;
592 }

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

+ Here is the caller graph for this function: