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