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