Advance this iterator to the next present element.
Synopsis
Declared in <bdlc_flathashtable.h>
void
operator++();
Description
Advance the FlatHashTable_IteratorImp to the next present element in the underlying flat hash table. If there is no such element, assign this object to FlatHashTable_InteratorImp(). The behavior is undefined unless this FlatHashTable_IteratorImp refers to a valid element of the underlying sequence.
Created with MrDocs