[#bsl-hash_multimap-end-03] = xref:bsl.adoc[bsl]::xref:bsl/hash_multimap.adoc[hash_multimap]::end :relfileprefix: ../../ :mrdocs: `end` overloads == Synopses Declared in `<bslstp_hashmap.h>` Return the past‐the‐end iterator for this multimap. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:bsl/hash_multimap/iterator.adoc[iterator] xref:bsl/hash_multimap/end-07.adoc[end](); ---- [.small]#xref:bsl/hash_multimap/end-07.adoc[_» more..._]# Return the past‐the‐end const iterator for this multimap. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:bsl/hash_multimap/const_iterator.adoc[const_iterator] xref:bsl/hash_multimap/end-04.adoc[end]() const; ---- [.small]#xref:bsl/hash_multimap/end-04.adoc[_» more..._]# [.small]#Created with https://www.mrdocs.com[MrDocs]#