function add(E &&...) expressions¶
template <typename... E>
requires expression_arguments<E...>
KFR_INTRINSIC expression_make_function<fn::add, E...> add(E&&... x) Returns template expression that returns sum of all the arguments passed to a function.
Defined at base/simd_expressions.hpp:53