:relfileprefix: ../../../ [#boost-urls-segments_encoded_ref-erase-006] = xref:boost.adoc[pass:[boost]]::xref:boost/urls.adoc[pass:[urls]]::xref:boost/urls/segments_encoded_ref.adoc[pass:[segments_encoded_ref]]::erase Erase segments == Synopsis Declared in header `` [source,cpp,subs="verbatim,macros,-callouts"] ---- xref:boost/urls/segments_encoded_base/iterator.adoc[iterator] erase(xref:boost/urls/segments_encoded_base/iterator.adoc[iterator] pos) noexcept; ---- == Description This function removes a segment. All iterators that are equal to `pos` or come after are invalidated. === Complexity Linear in `this->url().encoded_resource().size()`. === Exception Safety Throws nothing. == Return Value An iterator to one past the removed segment. == Parameters |=== | Name | Description | *pos* | An iterator to the element. |===