concurrent_unordered_map::end Method
Visual Studio 2012
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;