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

Name

Description

handle

handle of the element to remove

Created with MrDocs