36template <
class Ratio = std::ratio<1>>
39template <
class ToSpeed,
class FromSpeed>
50constexpr auto operator""_mps(
long double n)
54constexpr auto operator""_kmh(
long double n)
59constexpr auto operator""_mps(
unsigned long long n)
63constexpr auto operator""_kmh(
unsigned long long n)
Speed< std::ratio< 1000, 3600 > > KilometerPerHour
ToSpeed speed_cast(FromSpeed const &from)
Unit< UnitKind::Speed, Ratio > Speed
Driver for the VN100S IMU.