다음을 통해 공유


concurrent_unordered_multimap::begin Method

동시 컨테이너의 첫 번째 요소를 가리키는 반복기를 반환 합니다.이 메서드는 동시성 안전입니다.

iterator begin();

const_iterator begin() const;

반환 값

동시 컨테이너의 첫 번째 요소에 반복기입니다.

요구 사항

헤더: internal_concurrent_hash.h

네임 스페이스: 동시성

참고 항목

참조

concurrent_unordered_multimap 클래스