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