Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

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

namespace boost {
  namespace units {
    namespace si {
      typedef unit< resistance_dimension, si::system > resistance;

      static const resistance ohm;
      static const resistance ohms;
    }
  }
}

PrevUpHomeNext