![]() |
Home | Libraries | People | FAQ | More |
namespace boost { namespace units { template<> struct base_unit_info<metric::ton_base_unit>; namespace metric { typedef scaled_base_unit< boost::units::si::kilogram_base_unit, scale< 1000, static_rational< 1 > > > ton_base_unit; } } }