Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Returns an iterator of type reverse_iterator or const_reverse_iterator to the end of the concurrent vector. This method is concurrency-safe.
reverse_iterator rend();
const_reverse_iterator rend() const;
Return Value
An iterator of type reverse_iterator or const_reverse_iterator to the end of the concurrent vector.
Requirements
Header: concurrent_vector.h
Namespace: concurrency