Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

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

namespace boost {
  namespace units {
    namespace si {
      typedef unit< volume_dimension, si::system > volume;

      static const volume cubic_meter;
      static const volume cubic_meters;
      static const volume cubic_metre;
      static const volume cubic_metres;
    }
  }
}

PrevUpHomeNext