Remove the last segment
Synopsis
void
pop_back() noexcept;
Description
This function removes the last segment from the container.
Iterators to the last segment as well as all end iterators are invalidated.
Preconditions
!this->empty()
Exception Safety
Throws nothing.
Created with MrDocs