다음을 통해 공유


concurrent_unordered_set::operator= 연산자

다른 concurrent_unordered_set 개체의 내용을 여기에 할당합니다. 이 메서드는 동시성이 보장되지 않습니다.

concurrent_unordered_set& operator=(
   const concurrent_unordered_set& _Uset
);

concurrent_unordered_set& operator=(
   concurrent_unordered_set&& _Uset
);

매개 변수

  • _Uset
    소스 concurrent_unordered_set 개체입니다.

반환 값

concurrent_unordered_set 개체에 대한 참조입니다.

설명

정렬되지 않은 집합을 동시에 기존 요소를 지운 다음 operator= 은 순서없는 집합을 동시에 _Uset 의 내용을 이동하거나 복사합니다.

요구 사항

헤더: concurrent_unordered_set.h

네임스페이스: 동시성

참고 항목

참조

concurrent_unordered_set 클래스