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

◆ push_heap() [1/2]

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

Definition at line 47 of file priority_queue.h.

47 {
48 push_heap(first, last, [](const auto &a, const auto &b) { return a < b; });
49}
void push_heap(Iterator first, Iterator last, Compare comp)

References push_heap().

+ Here is the call graph for this function: