...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
boost::initialized_value_t
// In header: <boost/utility/value_init.hpp> class initialized_value_t { public: // public member functions template<typename T> operator T() const; };