Share via


concurrent_unordered_multiset::cbegin Method

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

const_iterator cbegin() const;

Return Value

A const iterator to the first element in the concurrent container.

Requirements

Header: internal_concurrent_hash.h

Namespace: concurrency

See Also

Reference

concurrent_unordered_multiset Class