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

◆ top()

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

Definition at line 106 of file priority_queue.h.

106{ return _data.front(); }

References _data.