concurrent_unordered_map::end Method

傳回指向位置的 Iterator 成功最後一個項目在並行容器。 這個方法是並行安全的。

iterator end();
const_iterator end() const;

傳回值

對成功最後一個項目位置的 Iterator 在並行容器。

需求

標題: internal_concurrent_hash.h

命名空間: concurrency

請參閱

參考

concurrent_unordered_map 類別