concurrent_unordered_map::operator= 연산자
다른 concurrent_unordered_map 개체의 내용을 여기에 할당합니다. 이 메서드는 동시성이 보장되지 않습니다.
concurrent_unordered_map& operator=(
const concurrent_unordered_map& _Umap
);
concurrent_unordered_map& operator=(
concurrent_unordered_map&& _Umap
);
매개 변수
- _Umap
소스 concurrent_unordered_map 개체입니다.
반환 값
이 concurrent_unordered_map 개체에 대한 참조입니다.
설명
기존 요소를 동시 벡터를 지운 다음 operator= 은 동시 벡터에서 _Umap 의 내용을 이동하거나 복사합니다.
요구 사항
헤더: concurrent_unordered_map.h
네임스페이스: 동시성