Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

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

namespace boost {
  namespace units {
    namespace si {
      typedef unit< power_dimension, si::system > power;

      static const power watt;
      static const power watts;
    }
  }
}

PrevUpHomeNext