![]() |
qtty-cpp
Header-only C++ wrapper for qtty
|


Go to the source code of this file.
Classes | |
| struct | qtty::CompoundTag< NumeratorTag, DenominatorTag > |
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 > > |
Functions | |
| template<typename LengthTag , typename TimeTag > | |
| Quantity< CompoundTag< LengthTag, TimeTag > > | qtty::operator/ (const Quantity< LengthTag > &length, const Quantity< TimeTag > &time) |