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

◆ pop()

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

Definition at line 81 of file priority_queue.h.

81 {
82 pop_heap(_data.begin(), _data.end(), _comp);
83 _data.pop_back();
84 }
void pop_heap(Iterator first, Iterator last, Compare comp)

References _comp, _data, and fl::pop_heap().

+ Here is the call graph for this function: