Erase segments
Synopsis
Declared in <boost/url/segments_ref.hpp>
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.
Return Value
An iterator to one past the removed range.
Parameters
| Name | Description | 
| first | The beginning of the range to remove. | 
| last | The end of the range to remove. | 
Created with MrDocs