Addition assignment operator
Declared in <mp-units/constrained.h>
constexpr
constrained&
operator+=(constrained const& rhs)
requires requires(T& a, const T b) {
{ a += b } -> std::same_as<T&>;
};
Reference to the current object
| Name | Description |
|---|---|
| rhs | The right operand |