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 a reference or a const reference to the first element in the concurrent vector. If the concurrent vector is empty, the return value is undefined. This method is concurrency-safe.
reference front();
const_reference front() const;
Return Value
A reference or a const reference to the first element in the concurrent vector.
Requirements
Header: concurrent_vector.h
Namespace: concurrency