| Parameter | Description |
|---|---|
| key | The key to remove. |
int The number of removed key-value pairs. If the key was not present, returns 0.
Removes a key and its associated value(s).
| Parameter | Description |
|---|---|
| it | An iterator representing the key-value pair to remove. |
Removes a single key-value pair.