Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Temperature System Reference

Header <boost/units/systems/temperature/celsius.hpp>
Header <boost/units/systems/temperature/fahrenheit.hpp>
namespace boost {
  namespace units {
    namespace celsius {
      typedef make_system< boost::units::temperature::celsius_base_unit >::type system;
      typedef unit< temperature_dimension, system > temperature;

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

PrevUpHomeNext