concurrent_vector::begin 方法
將 iterator 或 const_iterator 型別的 Iterator 傳回並行向量的開頭。 這個方法是並行安全的。
iterator begin();
const_iterator begin() const;
傳回值
並行向量開頭的 iterator 或 const_iterator型別 Iterator。
需求
標頭: concurrent_vector.h
**命名空間:**並行
將 iterator 或 const_iterator 型別的 Iterator 傳回並行向量的開頭。 這個方法是並行安全的。
iterator begin();
const_iterator begin() const;
並行向量開頭的 iterator 或 const_iterator型別 Iterator。
標頭: concurrent_vector.h
**命名空間:**並行