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

◆ front() [2/2]

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

Definition at line 745 of file vector.h.

745{ return mArray.front(); }
HeapVector< T > mArray
Definition vector.h:623