...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
Reduces memory usage by freeing unused memory.
void shrink_to_fit();
This actually does nothing, since the storage is fixed.