Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

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

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

      static const energy erg;
      static const energy ergs;
    }
  }
}

PrevUpHomeNext