concurrent_unordered_multimap::end Method

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

iterator end();

const_iterator end() const;

Return Value

An iterator to the location succeeding the last element in the concurrent container.

Requirements

Header: internal_concurrent_hash.h

Namespace: concurrency

See Also

Reference

concurrent_unordered_multimap Class