Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Header <boost/units/systems/si/torque.hpp>

namespace boost {
  namespace units {
    namespace si {
      typedef unit< torque_dimension, si::system > torque;

      static const torque newton_meter;
      static const torque newton_meters;
    }
  }
}

PrevUpHomeNext