...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
boost::date_time::duration_traits_adapted
// In header: <boost/date_time/date_duration.hpp> struct duration_traits_adapted { // types typedef long int_type; typedef boost::date_time::int_adapter< long > impl_type; // public static functions static int_type as_number(impl_type) ; };