std::indirect_array::operators
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 ); | | |
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。
本文档系腾讯云开发者社区成员共同维护,如有问题请联系 cloudcommunity@tencent.com