Function sub¶
function sub(E1 &&, E2 &&) base¶
template <typename E1, typename E2>
requires expression_arguments<E1, E2>
KFR_INTRINSIC expression_make_function<fn::sub, E1, E2> sub(E1&& x, E2&& y) Creates an expression that returns the difference between x and y.
Fully qualified name: kfr::sub(E1 &&, E2 &&)
Declared at base/simd_expressions.hpp:60
This file was generated by cxxdox, a C++ documentation generator based on MkDocs Material and libclang.