erase

Erase segments

Synopsis

iterator erase( iterator first, iterator last) noexcept;

Declared in file <src/segments_encoded_ref.cpp> at line 114

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.