Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

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

namespace boost {
  namespace units {
    namespace si {
      typedef unit< magnetic_flux_dimension, si::system > magnetic_flux;

      static const magnetic_flux weber;
      static const magnetic_flux webers;
    }
  }
}

PrevUpHomeNext