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

◆ begin() [2/2]

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

Definition at line 655 of file vector.h.

655 {
656 return mArray ? static_cast<T*>(mArray) : nullptr;
657 }

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

+ Here is the caller graph for this function: