[#BloombergLP-bdlc-FlatHashMap-cbegin] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlc.adoc[bdlc]::xref:BloombergLP/bdlc/FlatHashMap.adoc[FlatHashMap]::cbegin :relfileprefix: ../../../ :mrdocs: 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. == Synopsis Declared in `<bdlc_flathashmap.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdlc/FlatHashMap/const_iterator.adoc[FlatHashMap<KEY, VALUE, HASH, EQUAL>::const_iterator] cbegin() const; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#