boost::urls::segments_ref::erase

Erase segments

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.

Return Value

An iterator to one past the removed segment.

Parameters

Name Description

pos

An iterator to the segment.

first

The beginning of the range to remove.

last

The end of the range to remove.

Created with MrDocs