Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

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

namespace boost {
  namespace units {
    namespace si {
      typedef unit< solid_angle_dimension, si::system > solid_angle;

      static const solid_angle steradian;
      static const solid_angle steradians;
    }
  }
}

PrevUpHomeNext