[#BloombergLP-bdlc-FlatHashMap-begin-06] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlc.adoc[bdlc]::xref:BloombergLP/bdlc/FlatHashMap.adoc[FlatHashMap]::begin :relfileprefix: ../../../ :mrdocs: `begin` overloads == Synopses Declared in `<bdlc_flathashmap.h>` Return an iterator to the first element in the sequence of modifiable elements maintained by this map, or the `end` iterator if this map is empty. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdlc/FlatHashMap/iterator.adoc[FlatHashMap<KEY, VALUE, HASH, EQUAL>::iterator] xref:BloombergLP/bdlc/FlatHashMap/begin-04.adoc[begin](); ---- [.small]#xref:BloombergLP/bdlc/FlatHashMap/begin-04.adoc[_» more..._]# Return a `const_iterator` to the first element in the sequence of elements maintained by this map, or the `end` iterator if this map is empty. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdlc/FlatHashMap/const_iterator.adoc[FlatHashMap<KEY, VALUE, HASH, EQUAL>::const_iterator] xref:BloombergLP/bdlc/FlatHashMap/begin-08.adoc[begin]() const; ---- [.small]#xref:BloombergLP/bdlc/FlatHashMap/begin-08.adoc[_» more..._]# [.small]#Created with https://www.mrdocs.com[MrDocs]#