...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_long
// In header: <boost/date_time/date_duration.hpp> struct duration_traits_long { // types typedef long int_type; typedef long impl_type; // public static functions static int_type as_number(impl_type) ; };