Divides a non-integral constrained value by a safe_int
Declared in <mp-units/utility/safe_int.h>
[[nodiscard]]
constexpr
constrained<decltype(std::declval<U>() / std::declval<T>()), CP>
operator/(
constrained<U, CP> const& lhs,
safe_int rhs);
the wrapped quotient of the underlying values
The return value should not be discarded.
| Name | Description |
|---|---|
| lhs | the constrained value to divide |
| rhs | the safe_int to divide by |