...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
Remove the last element.
void pop_back();
The last element of the container is erased.
not empty()
No-throw guarantee.