Return the decommissioned index to which this iterator refers.
Synopsis
Declared in <bdlc_indexclerk.h>
int
operator*() const;
Description
Return the value of the integer to which this iterator currently refers. The behavior is undefined unless the iterator is within the range [ begin() .. end() )].
Return Value
decommissioned index to which this iterator refers
Created with MrDocs