共用方式為


concurrent_vector::end 方法

將 iterator 或 const_iterator型別的 Iterator 傳回並行向量的結尾。 這個方法是並行安全的。

iterator end();

const_iterator end() const;

傳回值

並行向量結尾的 iterator 或const_iterator 型別 Iterator。

需求

標頭: concurrent_vector.h

Namespace: 並行存取

請參閱

參考

concurrent_vector 類別