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

◆ end() [2/2]

template<typename T>
iterator fl::vector< T >::end ( )
inline

Definition at line 661 of file vector.h.

661 {
662 return mArray ? static_cast<T*>(mArray) + mSize : nullptr;
663 }

Referenced by fl::audio::Sample::end(), FL_DISABLE_WARNING(), and fl::LineSimplifierExact< NumberT >::safeCopy().

+ Here is the caller graph for this function: