boost::urls::segments_encoded_ref::erase
Erase segments
Description
This function removes a range of segments from the container.
All iterators that are equal to first
or come after are invalidated.
Parameters
Name |
Description |
first |
The first element in the range to erase. |
last |
One past the last element in the range to erase. |
Created with MrDocs