concurrent_vector::operator= 运算符
将另一 concurrent_vector 对象的内容分配到此对象中。此方法不是并发安全方法。
concurrent_vector& operator=(
const concurrent_vector& _Vector
);
template<
class M
>
concurrent_vector& operator=(
const concurrent_vector<_Ty,
M>& _Vector
);
concurrent_vector& operator=(
concurrent_vector && _Vector
);
参数
M
源向量的分配器类型。_Vector
源 concurrent_vector 对象。
返回值
对此 concurrent_vector 对象的引用。
要求
**标头:**concurrent_vector.h
命名空间: 并发