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

Method erase

src/fl/stl/set.h:446–448  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

444 }
445
446 const_iterator erase(const_iterator pos) {
447 return mTree.erase(pos);
448 }
449
450 size_type erase(const Key& key) {
451 return mTree.erase(key);

Callers 15

removeMethod · 0.45
sendAsyncResponseMethod · 0.45
sendStreamFinalMethod · 0.45
processRpcMethod · 0.45
pushMethod · 0.45
unbindMethod · 0.45
unregister_runnerMethod · 0.45
updateMethod · 0.45
update_tasks_of_typeMethod · 0.45
addDriverMethod · 0.45
removeDriverMethod · 0.45
removeIdMethod · 0.45

Calls

no outgoing calls

Tested by 8

test_insert_and_eraseFunction · 0.36
test_map_eraseFunction · 0.36
test_map_move_semanticsFunction · 0.36