[#indirectmap-cbegin] = xref:indirectmap.adoc[indirectmap]::cbegin :relfileprefix: ../ :mrdocs: Get a const iterator to the first entry. == Synopsis Declared in `<indirectmap.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:indirectmap/const_iterator.adoc[const_iterator] cbegin() const; ---- == Return Value A const iterator to the beginning of the map. [.small]#Created with https://www.mrdocs.com[MrDocs]#