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 the maximum size to which the concurrent vector can grow without having to allocate more memory. This method is concurrency-safe.
size_type capacity() const;
Return Value
The maximum size to which the concurrent vector can grow without having to allocate more memory.
Remarks
Unlike an STL vector, a concurrent_vector object does not move existing elements if it allocates more memory.
Requirements
Header: concurrent_vector.h
Namespace: concurrency