Checks that v lies within [min, max]and reports a violation otherwise.
Declared in <mp-units/overflow_policies.h>
template<Quantity V>
constexpr
V
operator()(V v) const;
v unchanged, if it is within bounds
| Name | Description |
|---|---|
| v | the value to check |