[#BloombergLP-bdlcc-ObjectCatalogIter-operator_inc] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlcc.adoc[bdlcc]::xref:BloombergLP/bdlcc/ObjectCatalogIter.adoc[ObjectCatalogIter]::operator++ :relfileprefix: ../../../ :mrdocs: Advance this iterator to refer to the next object of the associated catalog; if there is no next object in the associated catalog, then this iterator becomes _invalid_. The behavior is undefined unless this iterator is valid. Note that the order of the iteration is not specified. == Synopsis Declared in `<bdlcc_objectcatalog.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void operator++(); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#