|
qtty-cpp 0.4.5
Header-only C++ wrapper for qtty
|


Go to the source code of this file.
Namespaces | |
| namespace | qtty |
Typedefs | |
| template<typename LengthUnit , typename TimeUnit > | |
| using | qtty::Velocity = Quantity< CompoundTag< typename LengthUnit::unit_tag, typename TimeUnit::unit_tag > > |
| using | qtty::MeterPerSecond = Quantity< CompoundTag< MeterTag, SecondTag > > |
| using | qtty::KilometerPerHour = Quantity< CompoundTag< KilometerTag, HourTag > > |
| using | qtty::KilometerPerSecond = Quantity< CompoundTag< KilometerTag, SecondTag > > |
| using | qtty::MeterPerHour = Quantity< CompoundTag< MeterTag, HourTag > > |
| using | qtty::MeterPerMinute = Quantity< CompoundTag< MeterTag, MinuteTag > > |
| using | qtty::KilometerPerMinute = Quantity< CompoundTag< KilometerTag, MinuteTag > > |
Functions | |
| template<typename LengthTag , typename TimeTag > | |
| Quantity< CompoundTag< LengthTag, TimeTag > > | qtty::operator/ (const Quantity< LengthTag > &length, const Quantity< TimeTag > &time) |