...one of the most highly regarded and expertly designed C++ library projects in the world. — Herb Sutter and Andrei Alexandrescu, C++ Coding Standards
...one of the most highly regarded and expertly designed C++ library projects in the world.
DefaultConstructible
DefaultConstructible objects only need to have a default constructor.
Construction
X()
X
Construct an instance of the type with default parameters.