concurrent_vector::max_size Method
Returns the maximum number of elements the concurrent vector can hold. This method is concurrency-safe.
size_type max_size() const;
Return Value
The maximum number of elements the concurrent_vector object can hold.
Requirements
Header: concurrent_vector.h
Namespace: concurrency