Remove KeyValue from the map without destroying it.
Synopsis
Declared in <llvm/ADT/StringMap.h>
void
remove(MapEntryTy* KeyValue);
Description
This aborts if the key is not in the map.
Parameters
Name |
Description |
KeyValue |
Entry pointer previously obtained from this map. |
Created with MrDocs