Function operator+=¶
function operator+=(E1 &&, E2 &&) base¶
template <input_output_expression E1, input_expression E2>
KFR_INTRINSIC std::remove_reference_t<E1> operator+=(E1&& e1, E2&& e2) Adds e2 to e1 in place and returns a reference to e1.
Fully qualified name: kfr::operator+=(E1 &&, E2 &&)
Declared at base/simd_expressions.hpp:673
This file was generated by cxxdox, a C++ documentation generator based on MkDocs Material and libclang.