다음을 통해 공유


concurrent_unordered_multimap::count Method

지정 된 키와 일치 하는 요소의 수를 셉니다.이 함수는 동시성 안전입니다.

size_type count(
   const key_type& _Keyval
) const;

매개 변수

  • _Keyval
    검색할 키입니다.

반환 값

키 컨테이너에 나타나는 횟수를 횟수입니다.

요구 사항

헤더: internal_concurrent_hash.h

네임 스페이스: 동시성

참고 항목

참조

concurrent_unordered_multimap 클래스