Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

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

namespace boost {
  namespace units {
    namespace si {
      typedef unit< temperature_dimension, si::system > temperature;

      static const temperature kelvin;
      static const temperature kelvins;
    }
  }
}

PrevUpHomeNext