valarray::operator<<=
valarray::operator<<=
valarray<T>& operator<<=(const valarray<T>& x);
valarray<T>& operator<<=(const T& x);
The member operator replaces each element I
of *this
with (*this)[I] << x[I]
. It returns *this
.
Ce navigateur n’est plus pris en charge.
Effectuez une mise à niveau vers Microsoft Edge pour tirer parti des dernières fonctionnalités, des mises à jour de sécurité et du support technique.
valarray::operator<<=
valarray<T>& operator<<=(const valarray<T>& x);
valarray<T>& operator<<=(const T& x);
The member operator replaces each element I
of *this
with (*this)[I] << x[I]
. It returns *this
.