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
Erase segments.
iterator erase( iterator pos);
This function removes a segment.
All iterators that are equal to pos
or come after are invalidated.
Linear in this->url().encoded_resource().size().
Throws nothing.
An iterator to one past the removed segment.
|
Name |
Description |
|---|---|
|
|
An iterator to the segment. |