remove ‐ Remove the specified key/value pair from the map, but do not erase it. This aborts if the key is not in the map.

Synopsis

Declared in <llvm/ADT/StringMap.h>

void
remove(MapEntryTy* KeyValue);

Parameters

Name

Description

KeyValue

Entry type storing a key and mapped value together.

Created with MrDocs