Policy that clamps the value to [min, max].
<mp-units/overflow_policies.h>
template<Quantity Q> struct clamp_to_range;
Saturates out-of-range values to the nearest boundary. Use when you want to "correct" invalid values rather than signal an error.
operator()
max
min