:relfileprefix: ../../../ [#boost-urls-decode_view-begin] == xref:boost.adoc[pass:[boost]]::xref:boost/urls.adoc[pass:[urls]]::xref:boost/urls/decode_view.adoc[pass:[decode_view]]::begin Return an iterator to the beginning === Synopsis Declared in header `` [source,cpp,subs="verbatim,macros,-callouts"] ---- xref:boost/urls/decode_view/iterator.adoc[iterator] begin() const noexcept; ---- === Description [,cpp] ---- auto it = this->begin(); ---- === Constant. === Throws nothing.