Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FastLED/FastLED
/ pop_back
Method
pop_back
src/fl/stl/list.h:403–407 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
401
}
402
403
void pop_back() {
404
if (!empty()) {
405
erase(iterator(mHead->prev));
406
}
407
}
408
409
void pop_front() {
410
if (!empty()) {
Callers
15
getOrCreate
Method · 0.45
acquire
Method · 0.45
pop
Method · 0.45
on_token
Method · 0.45
on_token
Method · 0.45
unordered_map_small
Class · 0.45
simplifyInternal
Method · 0.45
acquireChannel
Method · 0.45
processPendingChannels
Method · 0.45
processPendingChannels
Method · 0.45
acquireChannel
Method · 0.45
destroyLeastUsedChannels
Method · 0.45
Calls
3
empty
Function · 0.70
erase
Function · 0.70
iterator
Class · 0.70
Tested by
2
test_container_shrink_to_fit
Function · 0.36
test_pop_back
Function · 0.36