Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Header <boost/units/systems/temperature/fahrenheit.hpp>

namespace boost {
  namespace units {
    namespace fahrenheit {
      typedef make_system< boost::units::temperature::fahrenheit_base_unit >::type system;
      typedef unit< temperature_dimension, system > temperature;

      static const temperature degree;
      static const temperature degrees;
    }
  }
}

PrevUpHomeNext