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