Division operator
Declared in <mp-units/utility/constrained.h>
[[nodiscard]]
constexpr
constrained<decltype(lhs / rhs.value_), EP>
operator/(
U const& lhs,
constrained<T, EP> const& rhs);
A transparent wrapper that carries an error policy for domain constraint enforcement.
The return value should not be discarded.
| Name | Description |
|---|---|
| lhs | The left operand |
| rhs | The right operand |