Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

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

namespace boost {
  namespace units {
    namespace si {
      typedef unit< time_dimension, si::system > time;

      static const time second;
      static const time seconds;
    }
  }
}

PrevUpHomeNext