[#BloombergLP-bdlcc-ObjectCatalogIter-operator_call] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlcc.adoc[bdlcc]::xref:BloombergLP/bdlcc/ObjectCatalogIter.adoc[ObjectCatalogIter]::operator() :relfileprefix: ../../../ :mrdocs: Return the handle and object associated with this iterator. == Synopsis Declared in `<bdlcc_objectcatalog.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:bsl/pair-0b.adoc[bsl::pair<int, TYPE>] operator()() const; ---- == Description Return a pair containing the handle (as the first element of the pair) and the object (as the second element of the pair) associated with this iterator. The behavior is undefined unless the iterator is _valid_. == Return Value pair of handle and object associated with this iterator [.small]#Created with https://www.mrdocs.com[MrDocs]#