Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

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

namespace boost {
  namespace units {
    namespace si {
      typedef unit< electric_charge_dimension, si::system > electric_charge;

      static const electric_charge coulomb;
      static const electric_charge coulombs;
    }
  }
}

PrevUpHomeNext