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

concurrent_unordered_map::begin Method

Visual Studio 2012

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

iterator begin();
const_iterator begin() const;

An iterator to the first 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.