Erase segments
<include/boost/url/segments_encoded_ref.hpp>
iterator
erase(
iterator first,
iterator last) noexcept;
This function removes a range of segments from the container.
All iterators that are equal to `first` or come after are invalidated.
An iterator to one past the removed range.
Name | Description |
---|---|
first, | last The range of segments to erase. |