concurrent_vector::crend Method
Returns an iterator of type const_reverse_iterator to the end of the concurrent vector. This method is concurrency-safe.
const_reverse_iterator crend() const;
Return Value
An iterator of type const_reverse_iterator to the end of the concurrent vector.
Requirements
Header: concurrent_vector.h
Namespace: Concurrency