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.
Appends the given item to the end of the concurrent vector. This method is concurrency-safe.
iterator push_back(
const_reference _Item
);
Parameters
- _Item
The value to be appended.
Return Value
An iterator to item appended.
Requirements
Header: concurrent_vector.h
Namespace: Concurrency