MCPcopy Create free account
hub / github.com/FastLED/FastLED / pop

Method pop

src/fl/stl/priority_queue.h:101–104  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

99 }
100
101 void pop() {
102 pop_heap(_data.begin(), _data.end(), _comp);
103 _data.pop_back();
104 }
105
106 const T &top() const { return _data.front(); }
107

Callers 1

popMethod · 0.45

Calls 4

pop_heapFunction · 0.85
beginMethod · 0.45
endMethod · 0.45
pop_backMethod · 0.45

Tested by

no test coverage detected