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) Assigns the bitwise XOR of e1 and e2 to e1 and returns a reference to e1.
Fully qualified name: kfr::operator^=(E1 &&, E2 &&)
Declared at base/simd_expressions.hpp:743
This file was generated by cxxdox, a C++ documentation generator based on MkDocs Material and libclang.