bsl::hashtable::erase

Erase elements matching the specified key and return the count removed.

Synopsis

Declared in <bslstp_hashtable.h>

size_type
erase(key_type const& __key);

Return Value

number of elements erased

Parameters

NameDescription
__keykey of elements to erase