concurrent_unordered_multiset::begin Method
傳回指向在並行容器的第一個項目的 Iterator。 這個方法是並行安全的。
iterator begin();
const_iterator begin() const;
傳回值
對第一個項目的 Iterator 在並行容器。
需求
標題: internal_concurrent_hash.h
命名空間: concurrency
請參閱
參考
concurrent_unordered_multiset 類別