pop_back

Remove the last segment

Synopsis

void pop_back() noexcept;

Declared in file <boost/url/impl/segments_ref.hpp> at line 139

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->empty()

Exception Safety

Throws nothing.