다음을 통해 공유


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

네임 스페이스: 동시성

참고 항목

참조

concurrent_vector 클래스