Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext
segments_ref::pop_back

Remove the last segment.

Synopsis
void
pop_back();
Description

This function removes the last segment from the container.

Iterators to the last segment as well as all end iterators are invalidated.

Preconditions
not this->[link url.ref.boost__urls__segments_ref.empty `empty`]()
Exception Safety

Throws nothing.


PrevUpHomeNext