|
inlineconstexpr |
Parameters
x
, y
: arguments.f
: one or two parameter predicate according to y
presence.c
: Conditional expression masking the operation.m
: Logical value masking the operation.Return value
eve::compare_absolute(x,y,f)
is semantically equivalent to f(abs(x), abs(y))
and eve::compare_absolute(x,f)
is semantically equivalent to f(abs(x))
and