qtty-cpp
Header-only C++ wrapper for qtty
Loading...
Searching...
No Matches
velocity.hpp File Reference
#include "../ffi_core.hpp"
#include "length.hpp"
#include "time.hpp"
Include dependency graph for velocity.hpp:
This graph shows which files directly or indirectly include this file:

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)