Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Grows this concurrent vector until it has at least _N elements. This method is concurrency-safe.
iterator grow_to_at_least(
size_type _N
);
Parameters
- _N
The new minimum size for the concurrent_vector object.
Return Value
An iterator that points to beginning of appended sequence, or to the element at index _N if no elements were appended.
Requirements
Header: concurrent_vector.h
Namespace: Concurrency