|
inlineconstexpr |
Defined in Header
Parameters
Return value
The call if_else(mask, t, f) performs an elementwise selection between the elements of t and f according to the value of the elements of mask.
Possible optimizations
The following calls, where t and f are values, are optimized so the constant are not evaluated:
In addition, the following calls, where t and f are unsigned values, are optimized so the constant are not evaluated: