:relfileprefix: ../../../ [#boost-urls-segments_encoded_base-begin] = xref:boost.adoc[pass:[boost]]::xref:boost/urls.adoc[pass:[urls]]::xref:boost/urls/segments_encoded_base.adoc[pass:[segments_encoded_base]]::begin Return an iterator to the beginning == Synopsis Declared in header `` [source,cpp,subs="verbatim,macros,-callouts"] ---- xref:boost/urls/segments_encoded_base/iterator.adoc[iterator] begin() const noexcept; ---- == Description === Complexity Linear in `this->front().size()` or constant if `this->empty()`. === Exception Safety Throws nothing.