You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is an element with a value equivalent to -3 under mod_lesser.
418
+
```
419
+
412
420
## <a name="clamp"></a> clamp
413
421
414
422
Compares a value to an upper and lower bound, and returns a reference to the value if it is between the bounds, or a reference to the upper or lower bound if the value is above or below them, respectively.
In a range of elements, copies the elements that are **true** for the specified condition.
@@ -693,6 +708,61 @@ The template function evaluates
693
708
694
709
once for each `N` in the range `[0, last - first)`, for strictly increasing values of `N` starting with the lowest value. If *dest* and *first* designate regions of storage, *dest* must not be in the range `[ first, last )`.
0 commit comments