Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
pop
Method · 0.45
Calls
4
pop_heap
Function · 0.85
begin
Method · 0.45
end
Method · 0.45
pop_back
Method · 0.45
Tested by
no test coverage detected