concurrent_vector::operator=-Operator
Weist den Inhalt eines anderen concurrent_vector-Objekts diesem Objekt zu.Diese Methode ist nicht parallelitätssicher.
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
);
Parameter
M
Der allocator-Typ des Quellvektors._Vector
Das concurrent_vector-Quellobjekt.
Rückgabewert
Ein Verweis auf das concurrent_vector-Objekt.
Anforderungen
Header: concurrent_vector.h
Namespace: Parallelität