Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

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

namespace boost {
  namespace units {
    namespace si {
      typedef unit< current_dimension, si::system > current;

      static const current ampere;
      static const current amperes;
    }
  }
}

PrevUpHomeNext