[#bsl-hashtable-begin-0a] = xref:bsl.adoc[bsl]::xref:bsl/hashtable.adoc[hashtable]::begin :relfileprefix: ../../ :mrdocs: `begin` overloads == Synopses Declared in `<bslstp_hashtable.h>` Return an iterator to the first element in this table. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:bsl/hashtable/iterator.adoc[iterator] xref:bsl/hashtable/begin-06.adoc[begin](); ---- [.small]#xref:bsl/hashtable/begin-06.adoc[_» more..._]# Return a const iterator to the first element in this table. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:bsl/hashtable/const_iterator.adoc[const_iterator] xref:bsl/hashtable/begin-07.adoc[begin]() const; ---- [.small]#xref:bsl/hashtable/begin-07.adoc[_» more..._]# [.small]#Created with https://www.mrdocs.com[MrDocs]#