erase

Erase segments

Synopsis

iterator erase( iterator first, iterator last) noexcept;

Declared in file <src/segments_ref.cpp> at line 112

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.