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

Method erase

src/fl/stl/multi_set.h:247–249  ·  view source on GitHub ↗

Erase by iterator

Source from the content-addressed store, hash-verified

245
246 // Erase by iterator
247 iterator erase(const_iterator pos) {
248 return iterator(mTree.erase(pos.mTreeIt));
249 }
250
251 // Erase all elements with the given key
252 fl::size erase(const Key& key) {

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