Function add¶
function add(E &&...) base¶
template <typename... E>
requires expression_arguments<E...>
KFR_INTRINSIC expression_make_function<fn::add, E...> add(E&&... x) Creates an expression that returns the sum of all the arguments passed to a function.
Fully qualified name: kfr::add(E &&...)
Declared at base/simd_expressions.hpp:50
This file was generated by cxxdox, a C++ documentation generator based on MkDocs Material and libclang.