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

◆ end() [2/2]

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

Definition at line 593 of file vector.h.

593 {
594 return mArray ? &mArray[mSize] : nullptr;
595 }