concurrent_unordered_map::find Method
尋找符合指定之索引鍵的項目。 這個函式是並行安全的。
iterator find(
const key_type& _Keyval );
const_iterator find(
const key_type& _Keyval
) const;
參數
- _Keyval
要搜尋的索引鍵值。
傳回值
Iterator 指向符合提供之索引鍵的第一個項目的位置或 Iterator 的 end() ,如果沒有此類項目存在則為。
需求
標題: internal_concurrent_hash.h
命名空間: concurrency