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

◆ begin() [1/2]

template<typename T, typename LessThan = fl::less<T>>
const_iterator fl::SortedHeapVector< T, LessThan >::begin ( ) const
inline

Definition at line 1111 of file vector.h.

1111{ return mArray.begin(); }
vector< T > mArray
Definition vector.h:975

References FL_NOEXCEPT, and mArray.