[#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 the specified `handle` from this object. The behavior is undefined unless `handle` is valid. Note that `handle` will become invalid when this method returns. == Synopsis Declared in `<bdlc_hashtable.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void remove(xref:BloombergLP/bdlc/HashTable/Handle.adoc[Handle] const& handle); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#