Template Function hermes::units::operator*=(const Quantity<l1, t1, m1, I1, T1, N1, J1, A1, SA1>&, const Quantity<l2, t2, m2, I2, T2, N2, J2, A2, SA2>&)

Function Documentation

template <typename l1, typename t1, typename m1, typename I1, typename T1, typename N1, typename J1, typename A1, typename SA1, typename l2, typename t2, typename m2, typename I2, typename T2, typename N2, typename J2, typename A2, typename SA2>
constexpr Quantity<std::ratio_add<l1, l2>, std::ratio_add<t1, t2>, std::ratio_add<m1, m2>, std::ratio_add<I1, I2>, std::ratio_add<T1, T2>, std::ratio_add<N1, N2>, std::ratio_add<J1, J2>, std::ratio_add<A1, A2>, std::ratio_add<SA1, SA2>> hermes::units::operator*=(const Quantity<l1, t1, m1, I1, T1, N1, J1, A1, SA1> &lhs, const Quantity<l2, t2, m2, I2, T2, N2, J2, A2, SA2> &rhs)