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

◆ top()

template<typename T, typename Compare = fl::less<T>, typename VectorT = fl::HeapVector<T>>
const T & fl::PriorityQueue< T, Compare, VectorT >::top ( ) const
inline

Definition at line 86 of file priority_queue.h.

86{ return _data.front(); }

References _data.