erase overloads
Synopses
Declared in <llvm/ADT/DenseMap.h>
Erase the entry at I.
Erase the entry for Val if present; return whether an entry was removed.
bool
erase(KeyT const& Val);
Return Value
True if an entry was erased, false if Val was not found.
Parameters
Name |
Description |
I |
Iterator to the entry to remove. |
Val |
Key of the entry to remove. |
Created with MrDocs