BloombergLP::bdlc::HashTable::remove

Remove the element identified by handle from this object.

Synopsis

Declared in <bdlc_hashtable.h>

void
remove(Handle const& handle);

Description

Remove the element identified by the specified handle from this object. The behavior is undefined unless handle is valid. Note that handle will become invalid when this method returns.

Parameters

NameDescription
handlehandle of the element to remove