[#BloombergLP-bdlcc-ObjectCatalogIter-2constructor-05] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlcc.adoc[bdlcc]::xref:BloombergLP/bdlcc/ObjectCatalogIter.adoc[ObjectCatalogIter]::ObjectCatalogIter :relfileprefix: ../../../ :mrdocs: Constructors == Synopses Declared in `<bdlcc_objectcatalog.h>` Create an iterator for the specified `catalog` and associate it with the first member of the `catalog`. If the `catalog` is empty then the iterator is initialized to be invalid. The `catalog` is locked for read for the duration of iterator's life. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- explicit xref:BloombergLP/bdlcc/ObjectCatalogIter/2constructor-00.adoc[ObjectCatalogIter](xref:BloombergLP/bdlcc/ObjectCatalog.adoc[ObjectCatalog<TYPE>] const& catalog); ---- [.small]#xref:BloombergLP/bdlcc/ObjectCatalogIter/2constructor-00.adoc[_» more..._]# Create an iterator for the specified `catalog` and associate it with the member of the `catalog` associated with the specified `handle`. If the `catalog` is empty or if `handle` is invalid, then the iterator is initialized to be invalid. The `catalog` is locked for read for the duration of iterator's life. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdlcc/ObjectCatalogIter/2constructor-06.adoc[ObjectCatalogIter]( xref:BloombergLP/bdlcc/ObjectCatalog.adoc[ObjectCatalog<TYPE>] const& catalog, int handle); ---- [.small]#xref:BloombergLP/bdlcc/ObjectCatalogIter/2constructor-06.adoc[_» more..._]# [.small]#Created with https://www.mrdocs.com[MrDocs]#