std::slice_array::operators
STD:切片[医]数组::运算符+=,-=,%2A=,%=,&=,=,^=,<<=,>>=
void operator+=( const std::valarray | | |
---|---|---|
void operator-=( const std::valarray<T>& other | | |
void operator*=( const std::valarray<T>& other | | |
void operator/=( const std::valarray<T>& other | | |
void operator%=( const std::valarray<T>& other | | |
void operator&=( const std::valarray<T>& other | | |
void operator|=( const std::valarray<T>& other | | |
void operator^=( const std::valarray<T>& other | | |
void operator<<=( const std::valarray<T>& other | | |
void operator>>=( const std::valarray<T>& other | | |
将相应的操作应用于引用的元素和other
...
参数
other | - | argument array to retrieve the values from |
---|
返回值
%280%29
例外
%280%29
例
© cppreference.com
在CreativeCommonsAttribution下授权-ShareAlike未移植许可v3.0。
http://en.cppreference.com/w/cpp/数值/valArray/Slice[医]数组/运算符[医]阿瑞斯