![]() |
![]()
| ![]() |
![]()
NAMEstd::experimental::clamp - std::experimental::clamp Synopsis Defined in header <experimental/simd>
Parameters v - the elements to clamp
Return value The result of element-wise application of std::clamp(v[i], lo[i],
hi[i]) for all i
ExampleSee also
|