Advance this iterator to the next node in the list.
Synopsis
Declared in <bslstl_hashtableiterator.h>
HashTableIterator<VALUE_TYPE, DIFFERENCE_TYPE>&
operator++();
Description
Return a reference providing modifiable access to this iterator. The behavior is undefined unless the iterator refers to a valid (not yet erased) node in the list.
Return Value
reference providing modifiable access to this iterator
Created with MrDocs