Move key/value pairs from Other into this empty map; requires Other != this.

Synopsis

Declared in <llvm/ADT/DenseMap.h>

void
moveFrom(DerivedT& Other);

Parameters

Name

Description

Other

Map to move entries from; left in a valid but empty state.

Created with MrDocs