Boost C++ Libraries

...one of the most highly regarded and expertly designed C++ library projects in the world. Herb Sutter and Andrei Alexandrescu, C++ Coding Standards

This is the documentation for a snapshot of the master branch, built from commit 064f557086.
PrevUpHomeNext
segments_ref::erase (2 of 2 overloads)

Erase segments.

Synopsis
iterator
erase(
    iterator first,
    iterator last);
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, last

The range of segments to erase.


PrevUpHomeNext