Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Returns a reference or a const reference to the last element in the concurrent vector. If the concurrent vector is empty, the return value is undefined. This method is concurrency-safe.
reference back();
const_reference back() const;
Return Value
A reference or a const reference to the last element in the concurrent vector.
Requirements
Header: concurrent_vector.h
Namespace: concurrency