[#0AC0F07FFBAA9556BB865029BC07F8146B768FC3]

Function segments_encoded_ref:: erase

Erase segments

Synopsis

            iterator
erase(
    iterator first,
    iterator last) noexcept;
        

Description

This function removes a range of segments from the container.

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

Complexity

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

Exception Safety

Throws nothing.