Constructs a quantity of reference R from a raw representation value
Declared in <mp-units/framework/construction_helpers.h>
template<Reference auto R>
[[nodiscard]]
constexpr
quantity<R{}, Rep>
delta(FwdRep&& lhs);
This function is defined as an Algorithm Function Object (AFO).
| Name | Description |
|---|---|
| lhs | The raw representation value to wrap in a quantity |