Erase the element having the specified key.
Declared in <bdlcc_stripedunorderedmap.h>
std::size_t
erase(KEY const& key);
Return 1 on success and 0 if key does not exist. Note that the returned value equals the number of elements removed.
1 on success, and 0 if key does not exist
| Name | Description |
|---|---|
| key | key of the element to erase |