concurrent_unordered_multimap::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