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 iterator or const_iterator to the beginning of the concurrent vector. This method is concurrency-safe.
iterator begin();
const_iterator begin() const;
Return Value
An iterator of type iterator or const_iterator to the beginning of the concurrent vector.
Requirements
Header: concurrent_vector.h
Namespace: concurrency