[#bsl-unordered_map-0bf-erase-02] = xref:bsl.adoc[bsl]::xref:bsl/unordered_map-0bf.adoc[unordered_map<basic_string<char>, Json, TransparentHash, TransparentEqualTo>]::erase :relfileprefix: ../../ :mrdocs: Remove from this unordered map the `value_type` object at the specified `position`, and return an iterator referring to the element immediately following the removed element. The behavior is undefined unless `position` refers to a `value_type` object in this unordered map. == Synopsis Declared in `<bslstl_unorderedmap.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:bsl/unordered_map-0bf/iterator.adoc[iterator] erase(xref:bsl/unordered_map-0bf/iterator.adoc[iterator] position); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#