Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

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

namespace boost {
  namespace units {
    namespace si {
      typedef unit< electric_potential_dimension, si::system > electric_potential;

      static const electric_potential volt;
      static const electric_potential volts;
    }
  }
}

PrevUpHomeNext