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