Remove the last element.
void pop_back() noexcept;
The last element of the container is erased.
not empty()
No-throw guarantee.