concurrent_unordered_multimap::unsafe_cbegin Method

Returns an iterator to the first element in this container for a specific bucket.

const_local_iterator unsafe_cbegin(
   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

See Also

Reference

concurrent_unordered_multimap Class