Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext
Header <boost/units/base_units/us/hundredweight.hpp>
namespace boost {
  namespace units {
    template<> struct base_unit_info<us::hundredweight_base_unit>;
    namespace us {
      typedef scaled_base_unit< pound_base_unit, scale< 100, static_rational< 1 > > > hundredweight_base_unit;
    }
  }
}

PrevUpHomeNext