Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

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

namespace boost {
  namespace units {
    namespace si {
      typedef unit< activity_dimension, si::system > activity;

      static const activity becquerel;
      static const activity becquerels;
    }
  }
}

PrevUpHomeNext