concurrent_unordered_multiset::unsafe_bucket Method

返回存储桶索引该特定键映射到此容器。

size_type unsafe_bucket(
   const key_type& _Keyval
) const;

参数

  • _Keyval
    元素键进行搜索。

返回值

键的存储桶索引此容器。

要求

**标头:**internal_concurrent_hash.h

**命名空间:**并发

请参见

参考

concurrent_unordered_multiset 类