concurrent_vector::end Method

Returns an iterator of type iterator or const_iterator to the end of the concurrent vector. This method is concurrency-safe.

iterator end();
const_iterator end() const;

Return Value

An iterator of type iterator or const_iterator to the end of the concurrent vector.

Requirements

Header: concurrent_vector.h

Namespace: Concurrency

See Also

Reference

concurrent_vector Class