Return the handle and object associated with this iterator.

Synopsis

Declared in <bdlcc_objectcatalog.h>

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

Created with MrDocs