Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

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

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

      static const length meter;
      static const length meters;
      static const length metre;
      static const length metres;
    }
  }
}

PrevUpHomeNext