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

concurrent_unordered_map::unsafe_cend Method

Visual Studio 2012

Returns an iterator to the location succeeding the last element in a specific bucket.

const_local_iterator unsafe_cend(
   size_type _Bucket
) const;
_Bucket

The bucket index.

An iterator pointing to the beginning of the bucket.

Header: internal_concurrent_hash.h

Namespace: concurrency

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