erase overloads

Synopses

Declared in <llvm/ADT/StringMap.h>

Erase the entry with key Key if present.

bool
erase(StringRef Key);

Erase the entry referred to by iterator I.

void
erase(iterator I);

Return Value

True if an entry was erased, false if Key was not found.

Parameters

Name

Description

Key

String key to remove.

Created with MrDocs