concurrent_unordered_multiset::unsafe_cend Method
Returns an iterator to the location succeeding the last element in a specific bucket.
const_local_iterator unsafe_cend(
size_type _Bucket
) const;
Parameters
- _Bucket
The bucket index.
Return Value
An iterator pointing to the beginning of the bucket.
Requirements
Header: internal_concurrent_hash.h
Namespace: concurrency