Subtract RHS from LHS when both have compatible fixed/scalable kinds; asserts if the operands cannot be combined.
Declared in <llvm/Support/TypeSize.h>
constexpr
TypeSize&
operator-=(
TypeSize& LHS,
TypeSize const& RHS);
Reference to LHS after the subtraction.
| Name | Description |
|---|---|
| LHS | Quantity updated in place. |
| RHS | Quantity subtracted from LHS. |