[#BloombergLP-bdlc-FlatHashTable_IteratorImp-operator_inc] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlc.adoc[bdlc]::xref:BloombergLP/bdlc/FlatHashTable_IteratorImp.adoc[FlatHashTable_IteratorImp]::operator++ :relfileprefix: ../../../ :mrdocs: 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. == Synopsis Declared in `<bdlc_flathashtable.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void operator++(); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#