|
inlineconstexpr |
Parameters
x, xs... : arguments.tup: non empty tuple of arguments.c: Conditional expression masking the operation.m: Logical value masking the operation.Return value
|x| < |y|, x is returned.|x| > |y|, y is returned.min(x, y) is returned. For n parameters the result is computed as if this scheme was recursively used.|x| == |y|, min[o] is used.