concurrent_unordered_multimap::count Method

计数与指定的键的元素的数目。 此功能是并发安全方法。

size_type count(
   const key_type& _Keyval
) const;

参数

  • _Keyval
    要搜索的键。

返回值

次数次数键出现在容器。

要求

**标头:**internal_concurrent_hash.h

**命名空间:**并发

请参见

参考

concurrent_unordered_multimap 类