[#bitdeque-begin-05] = xref:bitdeque.adoc[bitdeque]::begin :relfileprefix: ../ :mrdocs: `begin` overloads == Synopses Declared in `<util/bitdeque.h>` Return a mutable iterator to the first bit. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:bitdeque/iterator-05.adoc[iterator] xref:bitdeque/begin-0b.adoc[begin]() noexcept; ---- [.small]#xref:bitdeque/begin-0b.adoc[_» more..._]# Return a read‐only iterator to the first bit. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:bitdeque/const_iterator.adoc[const_iterator] xref:bitdeque/begin-0f.adoc[begin]() const noexcept; ---- [.small]#xref:bitdeque/begin-0f.adoc[_» more..._]# == Return Value * Iterator to the beginning. * Const iterator to the beginning. [.small]#Created with https://www.mrdocs.com[MrDocs]#