[#06C2D76819C322D48C04D815F29737D17D3F4E71]

Function segments_encoded_ref:: erase

Erase segments

Synopsis

            iterator
erase(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.