concurrent_unordered_map::swap 메서드
두 concurrent_unordered_map 개체의 내용을 바꿉니다. 이 메서드는 동시성이 보장되지 않습니다.
void swap(
concurrent_unordered_map& _Umap
);
매개 변수
- _Umap
concurrent_unordered_map는 교환하기 위한 개체입니다.
요구 사항
헤더: concurrent_unordered_map.h
네임스페이스: 동시성