Function Quantity.opAssign

Operator overloading

ref Quantity opAssign(Q) (
  auto const ref Q qty
)
if (isQuantity!Q);

ref Quantity opAssign(Q) (
  auto const ref Q qty
)
if (isQVariant!Q);

ref Quantity opAssign(T) (
  T scalar
)
if (isNumeric!T);