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