Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext
Header <boost/units/base_units/astronomical/light_hour.hpp>
namespace boost {
  namespace units {
    template<> struct base_unit_info<astronomical::light_hour_base_unit>;
    namespace astronomical {
      typedef scaled_base_unit< boost::units::astronomical::light_second_base_unit, scale< 3600, static_rational< 1 > > > light_hour_base_unit;
    }
  }
}

PrevUpHomeNext