mp_units::operator/¶
Synopsis¶
Declared in <mp-units/framework/reference.h>
template<typename FwdRep, Reference R, RepresentationOf<get_quantity_spec(R{})> Rep = std::remove_cvref_t<FwdRep>>
requires(!detail::OffsetUnit<decltype(get_unit(R{}))>)
[[nodiscard]] constexpr Quantity auto operator/(FwdRep && lhs, R rhs);
Return Value¶
Note
The return value should not be discarded.