Remove the last segment
void
pop_back() noexcept;
Declared in file <boost/url/impl/segments_encoded_ref.hpp> at line 140
This function removes the last segment from the container.
Iterators to the last segment as well as all end iterators are invalidated.
not this->empty()
Throws nothing.