Erase the elements in the specified iterator range.

Synopsis

Declared in <bslstp_hashmap.h>

void
erase(
    iterator __f,
    iterator __l);

Parameters

Name

Description

__f

beginning of the erased range

__l

end of the erased range (exclusive)

Created with MrDocs