다음을 통해 공유


concurrent_unordered_multiset::cend Method

동시 컨테이너의 마지막 요소 다음에 나오는 위치를 가리키는 있는 const 반복기를 반환 합니다.이 메서드는 동시성 안전입니다.

const_iterator cend() const;

반환 값

동시 컨테이너의 마지막 요소 다음에 나오는 위치는 const 반복기입니다.

요구 사항

헤더: internal_concurrent_hash.h

네임 스페이스: 동시성

참고 항목

참조

concurrent_unordered_multiset 클래스