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

◆ pop()

template<typename T, typename Compare = fl::less<T>>
void fl::priority_queue_stable< T, Compare >::pop ( )
inline

Remove the top element from the queue.

Precondition: !empty()

Definition at line 222 of file priority_queue.h.

222 {
223 mQueue.pop();
224 }
fl::PriorityQueue< StableElement > mQueue

References mQueue.

Referenced by clear().

+ Here is the caller graph for this function: