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