[#indirectmap-begin-0c] = xref:indirectmap.adoc[indirectmap]::begin :relfileprefix: ../ :mrdocs: `begin` overloads == Synopses Declared in `<indirectmap.h>` Get an iterator to the first entry. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:indirectmap/iterator.adoc[iterator] xref:indirectmap/begin-09.adoc[begin](); ---- [.small]#xref:indirectmap/begin-09.adoc[_» more..._]# Get a const iterator to the first entry. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:indirectmap/const_iterator.adoc[const_iterator] xref:indirectmap/begin-07.adoc[begin]() const; ---- [.small]#xref:indirectmap/begin-07.adoc[_» more..._]# == Return Value * An iterator to the beginning of the map. * A const iterator to the beginning of the map. [.small]#Created with https://www.mrdocs.com[MrDocs]#