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() )].

Synopsis

Declared in <bdlc_indexclerk.h>

int
operator*() const;

Created with MrDocs