[#AF5813C9114390D86588590B7A005555E4ECA973]

Function segments_ref:: erase

Erase segments

Synopsis

            iterator
erase(
    iterator first,
    iterator last) noexcept;
        

Description

This function removes a range of segments.

All iterators that are equal to `first` or come after are invalidated.

Complexity

Linear in `this->url().encoded_resource().size()`.

Exception Safety

Throws nothing.