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) Shifts e1 right by e2 bits in place and returns a reference to e1.
Fully qualified name: kfr::operator>>=(E1 &&, E2 &&)
Declared at base/simd_expressions.hpp:763
This file was generated by cxxdox, a C++ documentation generator based on MkDocs Material and libclang.