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

◆ front() [1/2]

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

Definition at line 744 of file vector.h.

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