次の方法で共有


concurrent_unordered_map::unsafe_bucket Method

特定のキーがこのコンテナーのにマップするバケットのインデックスを返します。

size_type unsafe_bucket(
   const key_type& _Keyval
) const;

パラメーター

  • _Keyval
    の検索対象要素のキー。

戻り値

このコンテナーのキーのバケットのインデックス。

必要条件

ヘッダー: internal_concurrent_hash.h

名前空間: の同時実行

参照

関連項目

concurrent_unordered_map クラス