Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
remove
Method · 0.45
sendAsyncResponse
Method · 0.45
sendStreamFinal
Method · 0.45
processRpc
Method · 0.45
push
Method · 0.45
unbind
Method · 0.45
unregister_runner
Method · 0.45
update
Method · 0.45
update_tasks_of_type
Method · 0.45
addDriver
Method · 0.45
removeDriver
Method · 0.45
removeId
Method · 0.45
Calls
no outgoing calls
Tested by
8
test_sequential_container_tier2
Function · 0.36
test_map_insert_erase_iterators
Function · 0.36
test_insert_and_erase
Function · 0.36
test_map_erase
Function · 0.36
test_map_move_semantics
Function · 0.36
test_sequential_insert_erase
Function · 0.36
test_erase_while_iterating
Function · 0.36
test_map_erase_while_iterating
Function · 0.36