...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
boost::program_options::typed_value_base
class typed_value_base { public: // construct/copy/destruct ~typed_value_base(); // public member functions const std::type_info & value_type() const; };