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

◆ pop()

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

Definition at line 101 of file priority_queue.h.

101 {
102 pop_heap(_data.begin(), _data.end(), _comp);
103 _data.pop_back();
104 }
void pop_heap(Iterator first, Iterator last, Compare comp)

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

+ Here is the call graph for this function: