![]() |
Home | Libraries | People | FAQ | More |
namespace boost { namespace units { template<> struct base_unit_info<metric::hour_base_unit>; namespace metric { typedef scaled_base_unit< boost::units::si::second_base_unit, scale< 60, static_rational< 2 > > > hour_base_unit; } } }