Function
erase
Removes a value from a map.
Include Headers
seqan/map.h
Parameters
|  A map. Types:  Map | |
|  The key of a value in  Metafunctions: Key | |
|  An iterator to a value in  Metafunctions: Iterator | 
Remarks
 Removes the first value in map  of the given key, if there is any.
 Use eraseAll to remove all values of the given key in a multi map.
SeqAn - Sequence Analysis Library - www.seqan.de