Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

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

namespace boost {
  namespace units {
    namespace si {
      typedef unit< absorbed_dose_dimension, si::system > absorbed_dose;

      static const absorbed_dose gray;
      static const absorbed_dose grays;
    }
  }
}

PrevUpHomeNext