concurrent_unordered_multimap::unsafe_begin Method
返回迭代器到此容器的第一个元素特定存储桶的。
local_iterator unsafe_begin(
size_type _Bucket
);
const_local_iterator unsafe_begin(
size_type _Bucket
) const;
参数
- _Bucket
存储桶索引。
返回值
指向存储桶的开头的迭代器。
要求
**标头:**internal_concurrent_hash.h
**命名空间:**并发