...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
Default constructor.
object();
The constructed object is empty with zero capacity, using the default memory resource.
Constant.
No-throw guarantee.