Compile-time value limiter with fixed bounds. More...
#include <ValueLimiter.hpp>
Static Public Member Functions | |
static constexpr ValueLimitType | boundValue (ValueLimitType value) |
Clamps a value to the static bounds. | |
Compile-time value limiter with fixed bounds.
MIN | The minimum bound (default 0) |
MAX | The maximum bound (default 100) |
|
inlinestaticconstexpr |
Clamps a value to the static bounds.
value | The value to clamp |