Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Header <boost/units/systems/cgs/length.hpp>

namespace boost {
  namespace units {
    namespace cgs {
      typedef unit< length_dimension, cgs::system > length;

      static const length centimeter;
      static const length centimeters;
      static const length centimetre;
      static const length centimetres;
    }
  }
}

PrevUpHomeNext