Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

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

namespace boost {
  namespace units {
    namespace si {
      typedef unit< energy_dimension, si::system > energy;

      static const energy joule;
      static const energy joules;
    }
  }
}

PrevUpHomeNext