次の方法で共有


concurrent_unordered_multiset::count Method

指定したキーに一致する要素の数をカウントします。この関数は同時実行セーフです。

size_type count(
   const key_type& _Keyval
) const;

パラメーター

  • _Keyval
    検索するキー。

戻り値

された回数はキー コンテナーに表示されます。

必要条件

ヘッダー: internal_concurrent_hash.h

名前空間: の同時実行

参照

関連項目

concurrent_unordered_multiset クラス