Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

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

namespace boost {
  namespace units {
    namespace si {
      typedef unit< area_dimension, si::system > area;

      static const area square_meter;
      static const area square_meters;
      static const area square_metre;
      static const area square_metres;
    }
  }
}

PrevUpHomeNext