concurrent_unordered_multiset::find Method
指定したキーに一致する要素を検索します。この関数は同時実行セーフです。
iterator find(
const key_type& _Keyval
);
const_iterator find(
const key_type& _Keyval
) const;
パラメーター
- _Keyval
検索するキー値。
戻り値
そのような要素が存在しない場合、指定したキーに一致する最初の要素の位置を指す反復子または反復子 end()。
必要条件
ヘッダー: internal_concurrent_hash.h
名前空間: の同時実行