<mp-units/framework/construction_helpers.h>
template<
typename FwdRep,
RepresentationOf<get_quantity_spec(R{})> Rep = std::remove_cvref_t<FwdRep>>
[[nodiscard]]
constexpr
quantity<R{}, Rep>
operator()(FwdRep&& lhs) const;
Name | Description |
---|---|
lhs | The right operand |