concurrent_unordered_map::begin Method

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

iterator begin();
const_iterator begin() const;

Return Value

An iterator to the first element in the concurrent container.

Requirements

Header: internal_concurrent_hash.h

Namespace: concurrency

See Also

Reference

concurrent_unordered_map Class