다음을 통해 공유


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 클래스