Return a reference to the value at this iterator's position.
Declared in <bslstl_hashtableiterator.h>
HashTableIterator<VALUE_TYPE, DIFFERENCE_TYPE>::reference
operator*() const;
The behavior is undefined unless the iterator refers to a valid (not yet erased) node in the list.
reference to the value at this iterator's position