Erase the element referenced by the specified iterator.

Synopsis

Declared in <bslstp_hashmap.h>

void
erase(iterator __it);

Parameters

Name

Description

__it

iterator referring to the element to erase

Created with MrDocs