Skip to content

function mul(E &&...) expressions

template <typename... E>
    requires expression_arguments<E...>
KFR_INTRINSIC expression_make_function<fn::mul, E...> mul(E&&... x)

Returns template expression that returns product of all the arguments passed to a function.

Defined at base/simd_expressions.hpp:70