Erase the elements in the specified iterator range.
Declared in <bslstp_hashtable.h>
void
erase(
const_iterator __first,
const_iterator __last);
| Name | Description |
|---|---|
| __first | beginning of the erased range |
| __last | end of the erased range (exclusive) |