[#bsl-unordered_multiset-06c-clear] = xref:bsl.adoc[bsl]::xref:bsl/unordered_multiset-06c.adoc[unordered_multiset]::clear :relfileprefix: ../../ :mrdocs: Remove all entries from this unordered multiset. Note that the container is empty after this call, but allocated memory may be retained for future use. == Synopsis Declared in `<bslstl_unorderedmultiset.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void clear() noexcept; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#