|
inlineconstexpr |
Defined in Header
Parameters
x
: value to clamp.lo
, hi
: the boundary values to clamp x
to.c
: Conditional expression masking the operation.m
: Logical value masking the operation.Return value
lo
, if x
is less than lo
.hi
, if hi
is less than x
.x
.