concurrent_unordered_map::cend Method

Returns a const iterator pointing to the location succeeding the last element in the concurrent container. This method is concurrency safe.

const_iterator cend( ) const;

Return Value

A const iterator to the location succeeding the last element in the concurrent container.

Requirements

Header: internal_concurrent_hash.h

Namespace: concurrency::details

See Also

Reference

concurrent_unordered_map Class