Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

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

namespace boost {
  namespace units {
    namespace si {
      typedef unit< force_dimension, si::system > force;

      static const force newton;
      static const force newtons;
    }
  }
}

PrevUpHomeNext