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

◆ begin() [1/2]

template<typename T, size_t N>
iterator fl::FixedVector< T, N >::begin ( )
inline

Definition at line 283 of file vector.h.

283{ return &memory()[0]; }
T * memory()
Definition vector.h:74

Referenced by fl::FixedVector< PairKV, N >::data(), fl::FixedVector< PairKV, N >::data(), fl::FixedVector< PairKV, N >::find(), fl::FixedVector< PairKV, N >::find(), fl::FixedVector< PairKV, N >::find_if(), and fl::LineSimplifierExact< NumberT >::simplify().

+ Here is the caller graph for this function: