Template class enumerable_thread_specific supports random access iterators, which enable iteration over the set of all elements in the container.
Member | Description |
---|---|
iterator begin() |
Returns: iterator pointing to the beginning of the set of elements. |
iterator end() |
Returns: iterator pointing to the end of the set of elements. |
const_iterator begin() const |
Returns: const_iterator pointing to the beginning of the set of elements. |
const_iterator end() const |
Returns: const_iterator pointing to the end of the set of elements. |