pop_back

Remove the last segment

Synopsis

void
pop_back() noexcept;

Declared in file <include/boost/url/segments_ref.hpp> on line 714

Defined in file <include/boost/url/impl/segments_ref.hpp> on 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.