This topic has not yet been rated - Rate this topic

concurrent_vector::push_back Method

Appends the given item to the end of the concurrent vector. This method is concurrency-safe.

iterator push_back(
   const_reference _Item
);

iterator push_back(
   _Ty &&_Item
);
_Item

The value to be appended.

An iterator to item appended.

Header: concurrent_vector.h

Namespace: concurrency

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.