concurrent_unordered_map::cend Method

返回指向位置的常量迭代器成功最后一个元素在并发容器。此方法是并发安全方法。

const_iterator cend( ) const;

返回值

给成功最后一个元素的位置的常量迭代器在并发容器。

要求

**标头:**internal_concurrent_hash.h

**命名空间:**concurrency::details

请参见

参考

concurrent_unordered_map 类