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