Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns an iterator to the last element in this container for a specific bucket.
local_iterator unsafe_end(
size_type _Bucket );
const_local_iterator unsafe_end(
size_type _Bucket
) const;
Parameters
- _Bucket
The bucket index.
Return Value
An iterator pointing to the end of the bucket.
Requirements
Header: internal_concurrent_hash.h
Namespace: concurrency