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

Method pop_front

src/fl/stl/list.h:409–413  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

407 }
408
409 void pop_front() {
410 if (!empty()) {
411 erase(begin());
412 }
413 }
414
415 void resize(fl::size count) {
416 resize(count, T());

Callers 15

updateMethod · 0.45
detectMeterMethod · 0.45
updateMethod · 0.45
updateCurrentTempoMethod · 0.45
updateMethod · 0.45
updateMethod · 0.45
processSampleMethod · 0.45
popMethod · 0.45
readMethod · 0.45
addStripMethod · 0.45
showPixelsMethod · 0.45
FL_TEST_FILEFunction · 0.45

Calls 3

emptyFunction · 0.70
eraseFunction · 0.70
beginFunction · 0.70

Tested by 1

test_pop_frontFunction · 0.36