다음을 통해 공유


concurrent_unordered_multiset::operator= 연산자

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

concurrent_unordered_multiset& operator=(
   const concurrent_unordered_multiset& _Uset
);

concurrent_unordered_multiset& operator=(
   concurrent_unordered_multiset&& _Uset
);

매개 변수

  • _Uset
    소스 concurrent_unordered_multiset 개체입니다.

반환 값

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

설명

동시 부호가 multiset에서 기존 요소 지우기 후 operator= 의 내용을 이동 하거나 복사 _Uset multiset 부호가 있는 동시에.

요구 사항

헤더: concurrent_unordered_set.h

네임 스페이스: 동시성

참고 항목

참조

concurrent_unordered_multiset 클래스