Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Header <boost/units/systems/angle/revolutions.hpp>

namespace boost {
  namespace units {
    namespace revolution {
      typedef make_system< boost::units::angle::revolution_base_unit >::type system;
      typedef unit< dimensionless_type, system > dimensionless;
      typedef unit< plane_angle_dimension, system > plane_angle;  // angle revolution unit constant 

      static const plane_angle revolution;
      static const plane_angle revolutions;
    }
  }
}

PrevUpHomeNext