bsl::hashtable::erase

Erase the elements in the specified iterator range.

Synopsis

Declared in <bslstp_hashtable.h>

void
erase(
    const_iterator __first,
    const_iterator __last);

Parameters

NameDescription
__firstbeginning of the erased range
__lastend of the erased range (exclusive)