Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

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

namespace boost {
  namespace units {
    namespace si {
      typedef unit< inductance_dimension, si::system > inductance;

      static const inductance henry;
      static const inductance henrys;
    }
  }
}

PrevUpHomeNext