[#BloombergLP-bdlc-HashTable-remove] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlc.adoc[bdlc]::xref:BloombergLP/bdlc/HashTable.adoc[HashTable]::remove :relfileprefix: ../../../ :mrdocs: Remove the element identified by `handle` from this object. == Synopsis Declared in `<bdlc_hashtable.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void remove(xref:BloombergLP/bdlc/HashTable/Handle.adoc[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 [cols="1,4"] |=== | Name| Description | *handle* | handle of the element to remove |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#