Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FastLED/FastLED
/ erase
Function
erase
src/fl/stl/unordered_map.h:552–552 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
550
}
551
552
bool erase(const Key &key) { return remove(key); }
553
554
// Iterator-based erase - more efficient when you already have the iterator position
555
iterator erase(iterator it) {
Callers
nothing calls this directly
Calls
4
mark_deleted
Function · 0.85
remove
Function · 0.70
end
Function · 0.70
advance_to_occupied
Method · 0.45
Tested by
no test coverage detected