Expand Minimize
This topic has not yet been rated - Rate this topic

concurrent_unordered_map::end Method

Visual Studio 2012

Returns an iterator pointing to the location succeeding the last element in the concurrent container. This method is concurrency safe.

iterator end();
const_iterator end() const;

An iterator to the location succeeding the last element in the concurrent container.

Header: internal_concurrent_hash.h

Namespace: concurrency

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