concurrent_unordered_multimap::unsafe_end Method

返回迭代器到此容器的最后一个元素特定存储桶的。

local_iterator unsafe_end(
   size_type _Bucket
);

const_local_iterator unsafe_end(
   size_type _Bucket
) const;

参数

  • _Bucket
    存储桶索引。

返回值

指向存储桶的末尾的迭代器。

要求

**标头:**internal_concurrent_hash.h

**命名空间:**并发

请参见

参考

concurrent_unordered_multimap 类