Reflects v into the closed range [min, max].
Declared in <mp-units/overflow_policies.h>
template<Quantity V>
constexpr
V
operator()(V v) const;
v folded back into [min, max]by bouncing off the boundaries
| Name | Description |
|---|---|
| v | the value to reflect |