[#bsl-hash_set-erase-0b] = xref:bsl.adoc[bsl]::xref:bsl/hash_set.adoc[hash_set]::erase :relfileprefix: ../../ :mrdocs: Erase the elements in the specified iterator range. == Synopsis Declared in `<bslstp_hashset.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void erase( xref:bsl/hash_set/iterator.adoc[iterator] __f, xref:bsl/hash_set/iterator.adoc[iterator] __l); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#