mp_units::operator/

Constructs a quantity from a representation value and the inverse of a reference

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 r);

Return Value

quantity of the inverse of reference r holding the value of lhs

NOTE

The return value should not be discarded.

Parameters

NameDescription
lhsrepresentation value to become the quantity's numerical value
rreference whose inverse defines the resulting quantity's specification and unit