[#bsl-hash_set-erase-09] = xref:bsl.adoc[bsl]::xref:bsl/hash_set.adoc[hash_set]::erase :relfileprefix: ../../ :mrdocs: Erase the element referenced by the specified `__it`. == Synopsis Declared in `<bslstp_hashset.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void erase(xref:bsl/hash_set/iterator.adoc[iterator] __it); ---- == Parameters [cols="1,4"] |=== | Name| Description | *__it* | iterator referring to the element to erase |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#