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

◆ pop_heap() [1/2]

template<typename Iterator>
void fl::pop_heap ( Iterator first,
Iterator last )

Definition at line 61 of file priority_queue.h.

61 {
62 pop_heap(first, last, [](const auto &a, const auto &b) { return a < b; });
63}
void pop_heap(Iterator first, Iterator last, Compare comp)

References pop_heap().

+ Here is the call graph for this function: