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

Method erase

src/fl/stl/multi_map.h:352–354  ·  view source on GitHub ↗

Erase by iterator

Source from the content-addressed store, hash-verified

350
351 // Erase by iterator
352 iterator erase(iterator pos) {
353 return iterator(mTree.erase(pos.mTreeIt));
354 }
355
356 // Also accept const_iterator for STL compatibility
357 iterator erase(const_iterator pos) {

Callers

nothing calls this directly

Calls 5

equal_rangeFunction · 0.85
iteratorClass · 0.70
eraseFunction · 0.70
beginFunction · 0.70

Tested by

no test coverage detected