Wraps v into the half-open range [min, max).]
Declared in <mp-units/overflow_policies.h>
template<Quantity V>
constexpr
V
operator()(V v) const;
v shifted by a multiple of max - min so that it lies in [min, max)]
| Name | Description |
|---|---|
| v | the value to wrap |